Skip to content

Commit 62b2a73

Browse files
committed
- Fixed GitVersion.yml
1 parent 899f15a commit 62b2a73

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

GitVersion.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ branches:
66
regex: ^master$|^main$
77
tag: ''
88
source-branches: ['develop']
9-
is-main-branch: true
109
release:
10+
mode: ManualDeployment
1111
regex: ^releases?[\/-]
12-
tag: ''
12+
tag: beta
13+
increment: Minor
14+
prevent-increment-of-merged-branch-version: true
1315
source-branches: ['master', 'develop']
14-
is-release-branch: true
1516
pre-release:
1617
regex: ^pre-release$|^pre-release/.*
1718
tag: alpha

0 commit comments

Comments
 (0)