fix: process does not terminate after creating a commit with the --re…#974
Closed
coffe0wl wants to merge 2 commits intocommitizen:masterfrom
Closed
fix: process does not terminate after creating a commit with the --re…#974coffe0wl wants to merge 2 commits intocommitizen:masterfrom
coffe0wl wants to merge 2 commits intocommitizen:masterfrom
Conversation
|
Hi, @jimthedev Is there any chance this fix will land? The |
yes
it hangs, you can press ctrl-c to stop the execution, and the commit will be committed. |
Member
|
The CI job for this is long gone so I can't re-run. I am creating an alternative branch and will give it a try. |
jimthedev
added a commit
that referenced
this pull request
Sep 27, 2024
Member
|
Mirror PR: #1001 |
|
🎉 This issue has been resolved in version 4.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Member
|
Let me know if there are other PRs you want prioritized. I can't promise I will get to them all, but we can try :D Also if you can let me know if this worked, I'd appreciate it. |
This was referenced Aug 22, 2025
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem:
The problem appears when the user creates a commit with the
--retryoption.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.