How to execute "success" step manually after its failure?
During release, my script has faced github rate limiting and the success step has failed, whereas the release itself was successful: its tag has been committed, but no "success" comments were added to the corresponding issues and pull requests.
I would like to trigger "success" step one more time, but I'm not sure how to do that. Now it simply says "there are no change since last release".
Could you help? Basically, I need to run the "success" step for "github" only between versions "14.10.1" and "14.11.0".
Thank you in advance.
I don't think that's possible today. We addressed the rate limit problems but they still occur, we are not sure why yet: https://github.com/semantic-release/github/issues/644