Skip to content

Commit 227e803

Browse files
authored
Updated GitVersion to 6.x
1 parent 5c6f3ed commit 227e803

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
12-
- uses: gittools/actions/gitversion/setup@v0.13.6
12+
- uses: gittools/actions/gitversion/setup@v4.4.2
1313
with:
14-
versionSpec: '5.12.x'
15-
- uses: gittools/actions/gitversion/execute@v0.13.6
14+
versionSpec: '6.7.x'
15+
- uses: gittools/actions/gitversion/execute@v4.4.2
1616
id: gitversion
1717
- name: Set version (release)
1818
if: github.ref_type == 'tag'

GitVersion.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ mode: ContinuousDeployment
33
branches:
44
# Mainline branches
55
develop:
6-
tag: alpha
7-
increment: patch
8-
master:
9-
tag: beta
6+
label: alpha
7+
increment: Patch
8+
main:
9+
mode: ContinuousDelivery
10+
label: beta
1011

1112
# Stabilization branches
1213
release:
13-
tag: rc
14+
label: rc
1415
hotfix:
15-
tag: rc
16+
label: rc

0 commit comments

Comments
 (0)