We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bccbbf commit ac81729Copy full SHA for ac81729
commitizen/commands/bump.py
@@ -367,7 +367,7 @@ def __call__(self): # noqa: C901
367
or bool(self.config.settings.get("gpg_sign", False)),
368
annotated=self.bump_settings.get("annotated_tag", False)
369
or bool(self.config.settings.get("annotated_tag", False))
370
- or self.bump_settings.get("annotated_tag_message", False),
+ or bool(self.bump_settings.get("annotated_tag_message", False)),
371
msg=self.bump_settings.get("annotated_tag_message", None),
372
# TODO: also get from self.config.settings?
373
)
0 commit comments