-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
I‘m currently using semantic-release together with semantic-release-monorepo.
I‘m already trying to only use the determined version and running all related ci tasks outside of semantic-release. But I wish I could replace all nodejs dependencies in this monorepo pipeline. This package is the first one I found that natively supports monorepos. The only thing missing would be changelogs.
Describe the solution you'd like
Providing monotepo project specific changelogs alongside the version output.
Describe alternatives you've considered
semantic-release -> nodejs dependency for all pipelines
go-semantic-release -> no monorepo support
Additional context
I know you want to keep it simple, but changelogs are the only missing thing for trying to this package for me.