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 e62e50f commit e397c87Copy full SHA for e397c87
docs/input/docs/reference/version-increments.md
@@ -97,7 +97,7 @@ you can leverage this feature as follows:
97
mode: MainLine # Only add this if you want every version to be created automatically on your main branch.
98
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
99
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
100
-patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
+patch-version-bump-message: "^(fix|perf)(\\([\\w\\s-]*\\))?:"
101
```
102
103
This will ensure that your version gets bumped according to the commits you've
0 commit comments