File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/input/docs/reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ you can leverage this feature as follows:
95
95
96
96
` ` ` yaml
97
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: "^(fix|perf)(\\ ([\\ w\\ s-]*\\ ))?:"
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: "^(fix|perf)(\\ ([\\ w\\ s-,/ \\\\ ]*\\ ))?:"
101
101
` ` `
102
102
103
103
This will ensure that your version gets bumped according to the commits you've
You can’t perform that action at this time.
0 commit comments