Skip to content

Commit 144609b

Browse files
committed
Refactor GitVersion configuration to replace 'tag' with 'label' for consistency across branches
1 parent 540c720 commit 144609b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

GitVersion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branches:
33
main:
44
regex: ^main$
55
mode: ContinuousDeployment
6-
tag: ''
6+
label: ''
77
increment: Patch
88
prevent-increment-of-merged-branch-version: true
99
track-merge-target: false
@@ -12,14 +12,14 @@ branches:
1212
develop:
1313
regex: ^develop$
1414
mode: ContinuousDeployment
15-
tag: alpha
15+
label: alpha
1616
increment: Minor
1717
prevent-increment-of-merged-branch-version: false
1818
track-merge-target: true
1919
source-branches: []
2020
feature:
2121
regex: ^features?[/-]
2222
mode: ContinuousDeployment
23-
tag: useBranchName
23+
label: useBranchName
2424
increment: Inherit
2525
source-branches: ['develop', 'main']

0 commit comments

Comments
 (0)