Skip to content

Commit e397c87

Browse files
BinTossarturcic
authored andcommitted
docs: fix conventional commit rules
1 parent e62e50f commit e397c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/input/docs/reference/version-increments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ you can leverage this feature as follows:
9797
mode: MainLine # Only add this if you want every version to be created automatically on your main branch.
9898
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
9999
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
100-
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
100+
patch-version-bump-message: "^(fix|perf)(\\([\\w\\s-]*\\))?:"
101101
```
102102

103103
This will ensure that your version gets bumped according to the commits you've

0 commit comments

Comments
 (0)