Skip to content

Commit

Permalink
Update GitVersion (#166)
Browse files Browse the repository at this point in the history
* Update GitVersion

* Update gittools/gitversion
  • Loading branch information
trejjam authored Jan 20, 2025
1 parent 2333d32 commit ba64d32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '6.1.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/[email protected]
Expand Down
9 changes: 5 additions & 4 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
mode: ContinuousDeployment
continuous-delivery-fallback-tag: nightly
mode: ContinuousDelivery
branches:
develop:
tag: nightly
main:
increment: Minor
label: nightly
source-branches: [main]
ignore:
sha: []
merge-message-formats: {}

0 comments on commit ba64d32

Please sign in to comment.