File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
mode : ContinuousDeployment
2
+
2
3
assembly-versioning-scheme : MajorMinorPatchTag
3
4
assembly-file-versioning-scheme : MajorMinorPatchTag
4
5
assembly-informational-format : " {FullSemVer}"
5
- continuous-delivery-fallback-tag : ci
6
6
7
7
increment : Inherit
8
8
next-version : 0.9.0.0 #
9
+
10
+ continuous-delivery-fallback-tag : ci
9
11
tag-prefix : " [vV]"
10
12
11
13
build-metadata-padding : 4
12
14
legacy-semver-padding : 4
13
15
14
-
15
16
major-version-bump-message : ' \+semver:\s?(breaking|major)'
16
17
minor-version-bump-message : ' \+semver:\s?(feature|minor)'
17
18
patch-version-bump-message : ' \+semver:\s?(fix|patch)'
@@ -28,7 +29,7 @@ branches:
28
29
29
30
main :
30
31
regex : ^master$|^main$
31
- mode : ContinuousDeployment
32
+ mode : ContinuousDelivery
32
33
tag : ' '
33
34
increment : Patch
34
35
prevent-increment-of-merged-branch-version : true
You can’t perform that action at this time.
0 commit comments