We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614a25 commit de480b6Copy full SHA for de480b6
GitVersion.yml
@@ -1,5 +1,5 @@
1
-mode: ContinuousDelivery
2
-branches: {}
3
-ignore:
4
- sha: []
5
-merge-message-formats: {}
+mode: ManualDeployment
+major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
+minor-version-bump-message: "^(feat)(\\([\\w\\s-,/\\\\]*\\))?:"
+patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?:"
+workflow: TrunkBased/preview1
0 commit comments