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 01e2ae9 commit 9ba96c2Copy full SHA for 9ba96c2
GitVersion.yml
@@ -1,17 +1,18 @@
1
mode: ContinuousDeployment
2
next-version: 1.0.0
3
branches:
4
- main:
5
- regex: main
6
- tag: 'alpha'
+ develop:
+ regex: develop
+ label: 'alpha'
7
increment: Patch
8
+ prevent-increment:
9
+ when-current-commit-tagged: true
10
source-branches: []
11
pull-request:
12
regex: (pull|pull\-requests|pr)[/-]
- tag: 'pr'
- tag-number-pattern: '[/-](?<number>\d+)[-/]'
13
+ label: 'pr'
14
+ label-number-pattern: '[/-](?<number>\d+)[-/]'
15
- prevent-increment-of-merged-branch-version: false
16
is-release-branch: false
17
18
ignore:
0 commit comments