Uh oh!
There was an error while loading. Please reload this page.
fix: process does not terminate after creating a commit with the --re… - #974
Closed
coffe0wl wants to merge 2 commits into
Closed
fix: process does not terminate after creating a commit with the --re…#974coffe0wl wants to merge 2 commits into
coffe0wl wants to merge 2 commits into
Conversation
coffe0wl
marked this pull request as draft
June 7, 2023 07:33
coffe0wl
marked this pull request as ready for review
June 7, 2023 07:33
markovdigital
commented
Feb 22, 2024
Hi, @jimthedev Is there any chance this fix will land? The |
simplenotezy
commented
Aug 13, 2024
yrambler2001
commented
Sep 26, 2024
yes
it hangs, you can press ctrl-c to stop the execution, and the commit will be committed. |
jimthedev
commented
Sep 27, 2024
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
jimthedev
commented
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 📦🚀 |
jimthedev
commented
Sep 27, 2024
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 freeto 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.