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.
2 parents b78bdd7 + e0b9845 commit 080f54bCopy full SHA for 080f54b
.github/gitversion.yml
@@ -1,7 +1,10 @@
1
# Use Conventional Commits standard (https://www.conventionalcommits.org/en/v1.0.0/)
2
# Also, follow GitVersion's recommended configuration for open-source repositories by
3
# using the Mainline mode (see https://gitversion.net/docs/reference/modes/mainline).
4
-mode: Mainline
+workflow: GitHubFlow/v1
5
+strategies:
6
+ - Mainline
7
+
8
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|refactoring|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
9
minor-version-bump-message: "^(feat|feature)(\\([\\w\\s-]*\\))?:"
10
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|refactoring|style|test)(\\([\\w\\s-]*\\))?:"
0 commit comments