Skip to content

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