-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitVersion.yml
43 lines (42 loc) · 967 Bytes
/
GitVersion.yml
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
34
35
36
37
38
39
40
41
42
43
assembly-informational-format: '{NuGetVersion}'
next-version: 1.0.0
mode: ContinuousDeployment
branches:
master:
mode: ContinuousDelivery
release:
tag: rc
hotfix:
tag: hf
increment: Patch
develop:
tag: dev
increment: Minor
feature:
tag: ft-{BranchName}
increment: Minor
devops:
regex: devops[/-]
tag: do-{BranchName}
source-branches: ['develop', 'feature']
increment: Minor
temp:
regex: temp[/-]
tag: tmp-{BranchName}
source-branches: ['develop', 'feature']
increment: Minor
test:
regex: tests?[/-]
tag: tst-{BranchName}
source-branches: ['develop', 'feature']
increment: Minor
sec:
regex: sec[/-]
tag: sec-{BranchName}
source-branches: ['develop', 'feature']
increment: Minor
bugfix:
regex: bugfix(es)?[/-]
tag: bug-{BranchName}
source-branches: ['develop', 'feature']
increment: Minor