Skip to content

Commit d1fe71a

Browse files
authored
Update GitVersion.yml
1 parent 3a28ec0 commit d1fe71a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GitVersion.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
assembly-versioning-scheme: MajorMinor
2-
mode: ContinuousDeployment
2+
mode: ContinuousDelivery
33
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
44
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
55
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
6+
branches:
7+
main:
8+
label: ci

0 commit comments

Comments
 (0)