Skip to content

Commit bb28606

Browse files
authored
chore: Upgraded GitVersion to 6.x (#76)
1 parent 3394a35 commit bb28606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/step-dotnet-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install GitVersion
4747
uses: gittools/actions/gitversion/setup@v3.0.0
4848
with:
49-
versionSpec: '5.x'
49+
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mode: MainLine # Only add this if you want every version to be created automatically on your main branch.
1+
mode: ManualDeployment
22
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
33
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
44
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"

0 commit comments

Comments
 (0)