We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3015aed commit 87dd040Copy full SHA for 87dd040
2 files changed
.github/workflows/publish-module.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Build & Package Module
38
shell: pwsh
39
run: ./build.ps1 -ResolveDependency -tasks pack
40
+ env:
41
+ ModuleVersion: ${{ env.gitVersion.NuGetVersionV2 }}
42
- name: Publish Build Artifact
43
uses: actions/upload-artifact@v4
44
with:
GitVersion.yml
@@ -1,5 +1,5 @@
1
mode: ContinuousDelivery
2
-next-version: 0.22.0
+next-version: 0.32.0
3
major-version-bump-message: '(breaking\schange|breaking|major)\b'
4
minor-version-bump-message: '(adds?|features?|minor)\b'
5
patch-version-bump-message: '\s?(fix|patch)'
0 commit comments