-
-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Labels
effects-of-ai-on-code-reviewFor SWE productivity study (temporary tag)For SWE productivity study (temporary tag)issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / feature
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
Metadata
Metadata
Assignees
Labels
effects-of-ai-on-code-reviewFor SWE productivity study (temporary tag)For SWE productivity study (temporary tag)issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / feature