-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGitVersion.yml
More file actions
58 lines (58 loc) · 1.42 KB
/
GitVersion.yml
File metadata and controls
58 lines (58 loc) · 1.42 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
mode: ContinuousDeployment
next-version: 0.1.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
assembly-informational-format: '{InformationalVersion}'
branches:
main:
regex: ^(main|master)$
mode: ContinuousDeployment
label: ''
increment: Patch
prevent-increment:
of-merged-branch: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: true
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
mode: ContinuousDeployment
label: PullRequest
increment: Inherit
label-number-pattern: '[/-](?<number>\d+)[-/]'
feature:
regex: ^features?[/-]
mode: ContinuousDeployment
label: useBranchName
increment: Inherit
copilot:
regex: ^copilot[/-]
mode: ContinuousDeployment
label: useBranchName
increment: Inherit
develop:
regex: ^dev(elop)?(ment)?$
mode: ContinuousDeployment
label: alpha
increment: Minor
prevent-increment:
of-merged-branch: false
track-merge-target: true
release:
regex: ^releases?[/-]
mode: ContinuousDeployment
label: beta
increment: None
prevent-increment:
of-merged-branch: true
track-merge-target: false
tracks-release-branches: true
is-release-branch: true
hotfix:
regex: ^hotfix(es)?[/-]
mode: ContinuousDeployment
label: beta
increment: Patch
ignore:
sha: []
merge-message-formats: {}