Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 2d8b657

Browse files
committed
Update Gitversion for release
1 parent 5d12743 commit 2d8b657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

GitVersion.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ branches:
1818
regex: ^master$|^main$
1919
tag: ''
2020
increment: Patch
21-
is-source-branch-for: ['feature', 'pull-request', 'hotfix']
21+
is-source-branch-for: ['release', 'feature', 'pull-request', 'hotfix']
2222
is-mainline: true
23+
release:
24+
regex: ^releases?[/-]
25+
tag: 'beta'
26+
increment: Minor
2327
feature:
2428
regex: ^features?[/-]
2529
tag: useBranchName

0 commit comments

Comments
 (0)