Open
Description
Description
commitizen supports the --retry
argument for multiple commands:
commit
: https://commitizen-tools.github.io/commitizen/commands/commit/#retrybump
: https://commitizen-tools.github.io/commitizen/commands/bump/#-retry
This is really useful when working with pre-commit hooks.
As a further improvement of developer experience, the retry_after_failure config option is available.
That config option currently applies to the commit
command only. It is not applied when running the bump
command.
It would be great, if the retry_after_failure
config option would also apply to the bump
command.
Possible Solution
No response
Additional context
#732 requested retry config support for the commit
command, which was implemented in #1027.
Additional context
No response
Activity