Closed coffe0wl closed 1 month ago
Hi, @jimthedev
Is there any chance this fix will land? The --retry
workflow doesn't seem to work without it.
I am also experiencing --retry not working; is that because of this missing PR?
It just hangs forever:
@simplenotezy
is that because of this missing PR
yes
It just hangs forever
it hangs, you can press ctrl-c to stop the execution, and the commit will be committed.
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.
:tada: This issue has been resolved in version 4.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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.
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.