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 25c0327 commit 6bccbbfCopy full SHA for 6bccbbf
commitizen/commands/bump.py
@@ -366,7 +366,8 @@ def __call__(self): # noqa: C901
366
signed=self.bump_settings.get("gpg_sign", False)
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)),
+ or bool(self.config.settings.get("annotated_tag", False))
370
+ or 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