-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitVersion.yml
More file actions
36 lines (35 loc) · 921 Bytes
/
GitVersion.yml
File metadata and controls
36 lines (35 loc) · 921 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
34
35
36
next-version: 1.0.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-format : '{Major}.{Minor}.{Patch}.{env:BUILD_BUILDID ?? 0}'
assembly-informational-format: '{SemVer}+{EscapedBranchName}.{ShortSha}'
commit-date-format: 'yyyyMMddHHmmssFFF'
commit-message-incrementing: Enabled
major-version-bump-message: '\+semver:\s?(major|breaking)'
minor-version-bump-message: '\+semver:\s?minor'
patch-version-bump-message: '\+semver:\s?patch'
mode: ContinuousDelivery
branches:
feature:
regex: ^feature/
label: alpha
increment: Minor
develop:
regex: ^develop$
label: beta
increment: Minor
release:
regex: ^release/
label: rc
increment: Minor
hotfix:
regex: ^hotfix/
label: rc
increment: Patch
master:
regex: ^master$
label: ''
increment: None
main:
regex: ^main$
label: ''
increment: None