Skip to content

Commit 87dd040

Browse files
committed
GitVersion updated to 0.32
1 parent 3015aed commit 87dd040

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Build & Package Module
3838
shell: pwsh
3939
run: ./build.ps1 -ResolveDependency -tasks pack
40+
env:
41+
ModuleVersion: ${{ env.gitVersion.NuGetVersionV2 }}
4042
- name: Publish Build Artifact
4143
uses: actions/upload-artifact@v4
4244
with:

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mode: ContinuousDelivery
2-
next-version: 0.22.0
2+
next-version: 0.32.0
33
major-version-bump-message: '(breaking\schange|breaking|major)\b'
44
minor-version-bump-message: '(adds?|features?|minor)\b'
55
patch-version-bump-message: '\s?(fix|patch)'

0 commit comments

Comments
 (0)