File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,15 +154,15 @@ jobs:
154154 - name : Install GitVersion
155155 uses : gittools/actions/gitversion/setup@v4
156156 with :
157- versionSpec : ' 5 .x'
157+ versionSpec : ' 6 .x'
158158
159159 - name : Run GitVersion
160160 id : gitversion
161161 uses : gittools/actions/gitversion/execute@v4
162162
163163 - name : Set version env vars
164164 run : |
165- echo "PACKAGE_VERSION=${{ steps.gitversion.outputs.nuGetVersionV2 }}" >> $GITHUB_ENV
165+ echo "PACKAGE_VERSION=${{ steps.gitversion.outputs.semVer }}" >> $GITHUB_ENV
166166 echo "ASSEMBLY_VERSION=${{ steps.gitversion.outputs.assemblySemVer }}" >> $GITHUB_ENV
167167 echo "FILE_VERSION=${{ steps.gitversion.outputs.assemblySemFileVer }}" >> $GITHUB_ENV
168168
Original file line number Diff line number Diff line change 1- mode : MainLine
1+ workflow : GitHubFlow/v1
22tag-prefix : ' v'
33commit-message-incrementing : Enabled
44
55major-version-bump-message : ' (?m)^[a-z]+(?:\([\w\s\-,/\\]+\))?!:|(?m)^\s*BREAKING CHANGE:'
66minor-version-bump-message : ' (?m)^feat(?:\([\w\s\-,/\\]+\))?:'
7- patch-version-bump-message : ' (?m)^(?:fix|perf)(?:\([\w\s\-,/\\]+\))?:'
7+ patch-version-bump-message : ' (?m)^(?:fix|perf)(?:\([\w\s\-,/\\]+\))?:'
You can’t perform that action at this time.
0 commit comments