Skip to content

Commit a52c151

Browse files
chore: update gittools/actions to v4.4.2 and GitVersion to 6.7.x
Agent-Logs-Url: https://github.com/TypedRest/TypedRest-Java/sessions/9dc64b0f-bdf0-4020-86e3-73b30daead47 Co-authored-by: bastianeicher <414366+bastianeicher@users.noreply.github.com>
1 parent fff66ea commit a52c151

2 files changed

Lines changed: 8 additions & 8 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ mode: ContinuousDeployment
33
branches:
44
# Mainline branches
55
develop:
6-
tag: alpha
7-
increment: patch
6+
label: alpha
7+
increment: Patch
88
master:
9-
tag: beta
9+
label: beta
1010

1111
# Stabilization branches
1212
release:
13-
tag: rc
13+
label: rc
1414
hotfix:
15-
tag: rc
15+
label: rc

0 commit comments

Comments
 (0)