Skip to content

Commit 7eb8afa

Browse files
committed
fix(commands/check): add bump into valid commit message of convention commit pattern
1 parent b72eb69 commit 7eb8afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cz/conventional_commits/conventional_commits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def schema(self) -> str:
171171

172172
def schema_pattern(self) -> str:
173173
PATTERN = (
174-
r"(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert)"
174+
r"(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|bump)"
175175
r"(\([\w\-]+\))?:\s.*"
176176
)
177177
return PATTERN

0 commit comments

Comments
 (0)