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:
9595
9696` ` ` yaml
9797mode: 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-,/ \\\\ ]*\\ ))?:"
101101` ` `
102102
103103This 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