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

Bump minimum bound for peer dependencies with semantic-release #902

Closed
babblebey opened this issue Aug 19, 2024 · 3 comments · Fixed by #916
Closed

Bump minimum bound for peer dependencies with semantic-release #902

babblebey opened this issue Aug 19, 2024 · 3 comments · Fixed by #916
Labels

Comments

@babblebey
Copy link
Member

babblebey commented Aug 19, 2024

Just a quick fyi to keep in mind: to use the newly added logger in core, we'll need to bump the minimum bound of the peer dependency, which is a breaking change

Originally posted by @travi in #874 (comment)

@gr2m
Copy link
Member

gr2m commented Sep 6, 2024

This one:

github/package.json

Lines 103 to 105 in 990bd73

"peerDependencies": {
"semantic-release": ">=20.1.0"
},

@gr2m
Copy link
Member

gr2m commented Sep 6, 2024

The steps are

  1. Add new API to semantic-release core package, which releases a new version
  2. Replace 20.1.0 in the package.json file of this repository to the new version of semantic-release core from the 1st step
  3. Release this change as a breaking version of @semantic-release/github

Copy link

🎉 This issue has been resolved in version 11.0.0 🎉

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 a pull request may close this issue.

2 participants