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 11mode : ContinuousDeployment
2+
23assembly-versioning-scheme : MajorMinorPatchTag
34assembly-file-versioning-scheme : MajorMinorPatchTag
45assembly-informational-format : " {FullSemVer}"
5- continuous-delivery-fallback-tag : ci
66
77increment : Inherit
88next-version : 0.9.0.0 #
9+
10+ continuous-delivery-fallback-tag : ci
911tag-prefix : " [vV]"
1012
1113build-metadata-padding : 4
1214legacy-semver-padding : 4
1315
14-
1516major-version-bump-message : ' \+semver:\s?(breaking|major)'
1617minor-version-bump-message : ' \+semver:\s?(feature|minor)'
1718patch-version-bump-message : ' \+semver:\s?(fix|patch)'
@@ -28,7 +29,7 @@ branches:
2829
2930 main :
3031 regex : ^master$|^main$
31- mode : ContinuousDeployment
32+ mode : ContinuousDelivery
3233 tag : ' '
3334 increment : Patch
3435 prevent-increment-of-merged-branch-version : true
You can’t perform that action at this time.
0 commit comments