Skip to content

Commit

Permalink
fix gitVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jul 25, 2024
1 parent ab2ea2a commit a644dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/.gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ branches:
label: rc
develop:
label: beta
increment: Patch
feature:
label: alpha.{BranchName}
pull-request:
label: pr
increment: Patch

ignore:
sha: []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v2.0.1
with:
useConfigFile: true
updateAssemblyInfo: true
Expand Down

0 comments on commit a644dba

Please sign in to comment.