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 345a0fd commit f3220e0Copy full SHA for f3220e0
gitversion.yaml
@@ -1,12 +1,10 @@
1
-next-version: 0.1.0
2
branches:
3
release:
4
regex: releases?[/-]
5
label: rc
6
pull-request:
7
- mode: ContinuousDeployment
8
- regex: ((pull|pull\-requests|pr)[/-]|[/-](merge))
9
- label: pr
10
- label-number-pattern: '[/-]?(?<number>\d+)'
+ mode: ContinuousDelivery
+ regex: ^(pull-requests|pull|pr)[\/-](?<Number>\d*)
+ label: pr{Number}
11
prevent-increment:
12
of-merged-branch: false
0 commit comments