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 ae75dd5 commit e37c0a9Copy full SHA for e37c0a9
commitizen/defaults.py
@@ -88,7 +88,7 @@ class Settings(TypedDict, total=False):
88
MINOR = "MINOR"
89
PATCH = "PATCH"
90
91
-bump_pattern = r"^(BREAKING[\-\ ]CHANGE|feat|fix|refactor|perf)(\(.+\))?(!)?"
+bump_pattern = r"^(((BREAKING[\-\ ]CHANGE|feat|fix|refactor|perf)(\(.+\))?(!)?)|\w+!)"
92
bump_map = OrderedDict(
93
(
94
(r"^.+!$", MAJOR),
0 commit comments