Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use @semantic-release/github fork #956

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Apr 8, 2022

@semantic-release/github doesn't respect GitHub's rate limiting - it
did once but it looks like GH changed their response type and now it doesn't
which means publishing large monorepos like @libp2p/interfaces is a dice
roll as to whether it will succeed or not.

Here we switch to a temporary fork that uses the @octokit plugins
for throttling and retrying so it should be more reliable.

Refs: semantic-release/semantic-release#2204

@semantic-release/github doesn't respect GitHub's rate limiting - it
did once but I think GH changed their response type and now it doesn't
which means publishing large modules like `@libp2p/interfaces` is a dice
roll as to whether it will succeed or not.

Here we switch to a temporary fork that uses the `@octokit` plugins
for throttling and retrying so it should be more reliable.

Refs: semantic-release/semantic-release#2204
@achingbrain achingbrain merged commit 92bfc37 into master Apr 8, 2022
@achingbrain achingbrain deleted the fix/use-semantic-release-github-fork branch April 8, 2022 12:14
github-actions bot pushed a commit that referenced this pull request Apr 8, 2022
### [37.0.7](v37.0.6...v37.0.7) (2022-04-08)

### Bug Fixes

* use @semantic-release/github fork ([#956](#956)) ([92bfc37](92bfc37))
@github-actions
Copy link

github-actions bot commented Apr 8, 2022

🎉 This PR is included in version 37.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant