Skip to content

Commit f52ff80

Browse files
committed
Further fixes to the GitVersion.yml configurations
1 parent 4ba1b71 commit f52ff80

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

GitVersion.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ mode: ContinuousDeployment
33
tag-prefix: '[vV]?'
44
branches:
55
develop:
6+
regex: ^dev(elop)?(ment)?$
67
label: 'dev'
78
increment: Minor
89
feature:
10+
regex: ^features?[/-]
911
label: 'feature'
12+
increment: Patch
1013
pull-request:
14+
regex: ^(pull|pull\-requests|pr)[/-]
1115
label: 'pr'
16+
increment: Patch
1217
hotfix:
13-
label: 'hotfix'
18+
regex: ^hotfix(es)?[/-]
19+
label: 'hotfix'
20+
increment: Patch

0 commit comments

Comments
 (0)