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.
2 parents 26b1778 + 1dff17b commit 0149899Copy full SHA for 0149899
GitVersion.yml
@@ -3,15 +3,22 @@ next-version: 5.1.4
3
branches:
4
develop:
5
regex: develop
6
- tag: 'alpha'
+ label: 'alpha'
7
increment: Patch
8
+ prevent-increment:
9
+ when-current-commit-tagged: true
10
source-branches: []
11
+ hotfix:
12
+ regex: hotfix[/-]
13
+ source-branches: [develop]
14
15
16
+ is-release-branch: true
17
pull-request:
18
regex: (pull|pull\-requests|pr)[/-]
- tag: 'pr'
- tag-number-pattern: '[/-](?<number>\d+)[-/]'
19
+ label: 'pr'
20
+ label-number-pattern: '[/-](?<number>\d+)[-/]'
21
- prevent-increment-of-merged-branch-version: false
22
is-release-branch: false
23
24
ignore:
0 commit comments