retry_after_failure
config option should also apply to bump
command
#1302
Labels
retry_after_failure
config option should also apply to bump
command
#1302
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/#-retryThis 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 thebump
command.It would be great, if the
retry_after_failure
config option would also apply to thebump
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
The text was updated successfully, but these errors were encountered: