We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78c68f commit 4ba1b71Copy full SHA for 4ba1b71
1 file changed
GitVersion.yml
@@ -2,25 +2,12 @@ workflow: GitHubFlow/v1
2
mode: ContinuousDeployment
3
tag-prefix: '[vV]?'
4
branches:
5
- main:
6
- regex: ^master$|^main$
7
- label: ''
8
- increment: Patch
9
- is-mainline: true
10
develop:
11
- regex: ^dev(elop)?(ment)?$
12
label: 'dev'
13
increment: Minor
14
- is-mainline: false
15
feature:
16
- regex: ^features?[/-]
17
label: 'feature'
18
19
pull-request:
20
- regex: ^(pull|pull\-requests|pr)[/-]
21
label: 'pr'
22
23
hotfix:
24
- regex: ^hotfix(es)?[/-]
25
- label: 'hotfix'
26
+ label: 'hotfix'
0 commit comments