1+ next-version : 1.0.0
2+ assembly-versioning-scheme : MajorMinorPatch
3+ assembly-file-versioning-scheme : MajorMinorPatch
4+ tag-prefix : ' [vV]?'
5+ version-in-branch-pattern : (?<version>[vV]?\d+(\.\d+)?(\.\d+)?).*
6+ major-version-bump-message : \+semver:\s?(breaking|major)
7+ minor-version-bump-message : \+semver:\s?(feature|minor)
8+ patch-version-bump-message : \+semver:\s?(fix|patch)
9+ no-bump-message : \+semver:\s?(none|skip)
10+ tag-pre-release-weight : 60000
11+ commit-date-format : yyyy-MM-dd
12+ merge-message-formats : {}
13+ update-build-number : true
14+ semantic-version-format : Strict
15+ strategies :
16+ - ConfiguredNextVersion
17+ - Mainline
18+ branches :
19+ main :
20+ mode : ContinuousDeployment
21+ label : ' '
22+ increment : Patch
23+ prevent-increment :
24+ of-merged-branch : true
25+ track-merge-target : false
26+ track-merge-message : true
27+ regex : ^master$|^main$
28+ source-branches : []
29+ is-source-branch-for : []
30+ tracks-release-branches : false
31+ is-release-branch : false
32+ is-main-branch : true
33+ pre-release-weight : 55000
34+ feature :
35+ mode : ContinuousDelivery
36+ label : ' {BranchName}'
37+ increment : Patch
38+ prevent-increment :
39+ when-current-commit-tagged : false
40+ track-merge-message : true
41+ regex : ^features?[\/-](?<BranchName>.+)
42+ source-branches :
43+ - main
44+ is-source-branch-for : []
45+ is-main-branch : false
46+ pre-release-weight : 30000
47+ hotfix :
48+ mode : ContinuousDelivery
49+ label : ' {BranchName}'
50+ increment : Patch
51+ prevent-increment :
52+ when-current-commit-tagged : false
53+ regex : ^hotfix(es)?[\/-](?<BranchName>.+)
54+ source-branches :
55+ - main
56+ is-source-branch-for : []
57+ is-release-branch : true
58+ is-main-branch : false
59+ pre-release-weight : 30000
60+ pull-request :
61+ mode : ContinuousDelivery
62+ label : PullRequest{Number}
63+ increment : Inherit
64+ prevent-increment :
65+ of-merged-branch : true
66+ when-current-commit-tagged : false
67+ track-merge-message : true
68+ regex : ^(pull-requests|pull|pr)[\/-](?<Number>\d*)
69+ source-branches :
70+ - main
71+ - feature
72+ - hotfix
73+ is-source-branch-for : []
74+ pre-release-weight : 30000
75+ unknown :
76+ increment : Patch
77+ prevent-increment :
78+ when-current-commit-tagged : false
79+ regex : (?<BranchName>.+)
80+ source-branches :
81+ - main
82+ is-source-branch-for : []
83+ pre-release-weight : 30000
84+ mode : ContinuousDelivery
85+ label : ' {BranchName}'
86+ increment : Inherit
87+ prevent-increment :
88+ of-merged-branch : false
89+ when-branch-merged : false
90+ when-current-commit-tagged : true
91+ track-merge-target : false
92+ track-merge-message : true
93+ commit-message-incrementing : Enabled
94+ regex : ' '
95+ source-branches : []
96+ is-source-branch-for : []
97+ tracks-release-branches : false
98+ is-release-branch : false
99+ is-main-branch : false
0 commit comments