Skip to content

Commit f8bd154

Browse files
Merge pull request #51 from IowaComputerGurus/bug/gitversion-yaml
updated GitVersion.yml file
2 parents df10cb6 + fb7dae4 commit f8bd154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

GitVersion.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ branches:
77
prevent-increment:
88
when-current-commit-tagged: true
99
source-branches: []
10+
hotfix:
11+
regex: hotfix[/-]
12+
source-branches: [develop]
13+
prevent-increment:
14+
when-current-commit-tagged: true
15+
is-release-branch: true
1016
pull-request:
1117
regex: (pull|pull\-requests|pr)[/-]
1218
label: 'pr'

0 commit comments

Comments
 (0)