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

chore: change dependencies to resolve dependencies from peers of semantic release #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rossreicks
Copy link
Contributor

@rossreicks rossreicks commented Jul 12, 2024

semantic release version 24 changed their api causing release notes generator to have to update.

Because semenatic release has dependencies on all the same dependencies, we can instead just say we have a peer dependency on those dependencies and depending on what version of semantic release a user has, we can use that version. This way this repo doesnt have to update every update semantic release has.

@rossreicks rossreicks changed the title chore: update release notes generator dependency version chore: change dependencies to resolve dependencies from peers of semantic release Jul 12, 2024
"aggregate-error": "^5.0.0"
},
"peerDependencies": {
"semantic-release": "^21.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct to place on peerDependencies also @semantic-release/release-notes-generator, @semantic-release/error and aggregate-error ?

@adumat
Copy link

adumat commented Sep 26, 2024

you should at least do a commit with fix or feat to trigger the bump of release

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

Successfully merging this pull request may close these issues.

2 participants