Skip to content

Commit 6b97ee8

Browse files
committed
fix gitversion config
Signed-off-by: Neil South <[email protected]>
1 parent dd32df6 commit 6b97ee8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/.gitversion.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ assembly-versioning-scheme: MajorMinorPatchTag
1616
mode: ContinuousDelivery
1717
branches:
1818
main:
19-
tag: ''
19+
label: ''
2020
release:
21-
tag: 'rc'
21+
label: rc
2222
develop:
23-
tag: 'beta'
23+
label: beta
24+
increment: Patch
2425
feature:
25-
tag: 'alpha.{BranchName}'
26+
label: alpha.{BranchName}
2627
pull-request:
27-
tag: 'pr'
28+
label: pr
29+
increment: Patch
2830

2931
ignore:
3032
sha: []

0 commit comments

Comments
 (0)