forked from commitizen-tools/commitizen
-
Notifications
You must be signed in to change notification settings - Fork 0
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
commitizen-tools#732 requested retry config support for the commit command, which was implemented in commitizen-tools#1027.
Additional context
No response
Reactions are currently unavailable