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 5e612bf commit d820bf7Copy full SHA for d820bf7
commitizen/cz/base.py
@@ -102,7 +102,7 @@ def bump_rule(self) -> BumpRule:
102
bump_map_major_version_zero = self.bump_map_major_version_zero
103
if not bump_pattern or not bump_map or not bump_map_major_version_zero:
104
raise NoPatternMapError(
105
- f"Rule does not support bump: {bump_pattern=}, {bump_map=}, {bump_map_major_version_zero=}"
+ f"'{self.config.settings['name']}' rule does not support bump: {bump_pattern=}, {bump_map=}, {bump_map_major_version_zero=}"
106
)
107
return CustomBumpRule(
108
bump_pattern,
0 commit comments