-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGitVersion.yml
More file actions
33 lines (33 loc) · 810 Bytes
/
GitVersion.yml
File metadata and controls
33 lines (33 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mode: ContinuousDeployment
branches:
feature:
regex: "^feature(s)?[/-](?<BranchName>.+)"
coldfix:
regex: "^coldfix(es)?[/-](?<BranchName>.+)"
mode: ContinuousDelivery
label: '{BranchName}'
increment: Inherit
prevent-increment:
of-merged-branch: false
track-merge-target: false
source-branches: [ 'develop', 'feature', 'support', 'hotfix' ]
tracks-release-branches: false
is-release-branch: false
pre-release-weight: 30000
hotfix:
mode: ContinuousDelivery
regex: "^(hot)?fix(es)?[/-]"
increment: Patch
label: "fix"
release:
regex: "^release(s)?[/-]"
label: "rc"
is-release-branch: true
mode: ContinuousDelivery
source-branches:
- develop
develop:
label: "alpha"
ignore:
sha: []
merge-message-formats: {}