-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb415cd
commit d9e246b
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ For example, if your current version is `v1.2.1` if you merge a pr with changes | |
<!-- start usage --> | ||
|
||
```yaml | ||
- uses: HenryCabarcas/[email protected].0 | ||
- uses: HenryCabarcas/[email protected].4 | ||
with: | ||
# Commit to compare changes against (usually branch merging to or pr target) | ||
# This uses the commit id/sha | ||
|
@@ -164,7 +164,7 @@ jobs: | |
fetch-depth: 2 # Fetch enough history to compare commits | ||
|
||
- name: Calculate Next Version | ||
uses: HenryCabarcas/[email protected].0 | ||
uses: HenryCabarcas/[email protected].4 | ||
id: versioning | ||
with: | ||
target-commit: ${{ github.event.pull_request.base.sha }} | ||
|
@@ -198,7 +198,7 @@ jobs: | |
fetch-depth: 2 # Fetch enough history to compare commits | ||
|
||
- name: Total Changes | ||
uses: HenryCabarcas/[email protected].0 | ||
uses: HenryCabarcas/[email protected].4 | ||
id: versioning | ||
with: | ||
source-commit: ${{ github.event.after }} | ||
|
@@ -228,7 +228,7 @@ jobs: | |
fetch-depth: 0 # Fetch all history to compare commits | ||
|
||
- name: Total Changes | ||
uses: HenryCabarcas/[email protected].0 | ||
uses: HenryCabarcas/[email protected].4 | ||
id: versioning | ||
with: | ||
source-commit: ${{ github.event.after }} | ||
|