commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.57k stars 552 forks source link

fix: process does not terminate after creating a commit with the --re… #974

Open coffe0wl opened 1 year ago

coffe0wl commented 1 year ago

Problem:

The problem appears when the user creates a commit with the --retry option.

When creating a commit without this parameter, the process will be completed by a function that acts as a prompt, since without this parameter this function is not executed because the data is taken from the cache, the process was not completed.

Therefore, a line was added that terminates the process in case there was no error.

markovdigital commented 4 months ago

Hi, @jimthedev

Is there any chance this fix will land? The --retry workflow doesn't seem to work without it.