Skip to content

Commit 4ba1b71

Browse files
committed
Further changes to the GitVersion.yml configurations
1 parent a78c68f commit 4ba1b71

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

GitVersion.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,12 @@ workflow: GitHubFlow/v1
22
mode: ContinuousDeployment
33
tag-prefix: '[vV]?'
44
branches:
5-
main:
6-
regex: ^master$|^main$
7-
label: ''
8-
increment: Patch
9-
is-mainline: true
105
develop:
11-
regex: ^dev(elop)?(ment)?$
126
label: 'dev'
137
increment: Minor
14-
is-mainline: false
158
feature:
16-
regex: ^features?[/-]
179
label: 'feature'
18-
increment: Patch
1910
pull-request:
20-
regex: ^(pull|pull\-requests|pr)[/-]
2111
label: 'pr'
22-
increment: Patch
2312
hotfix:
24-
regex: ^hotfix(es)?[/-]
25-
label: 'hotfix'
26-
increment: Patch
13+
label: 'hotfix'

0 commit comments

Comments
 (0)