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 806a70e commit d14bf15Copy full SHA for d14bf15
GitVersion.yml
@@ -8,6 +8,12 @@ branches:
8
prevent-increment:
9
when-current-commit-tagged: true
10
source-branches: []
11
+ hotfix:
12
+ regex: hotfix[/-]
13
+ source-branches: [develop]
14
+ prevent-increment:
15
+ when-current-commit-tagged: true
16
+ is-release-branch: true
17
pull-request:
18
regex: (pull|pull\-requests|pr)[/-]
19
label: 'pr'
0 commit comments