auto icon indicating copy to clipboard operation
auto copied to clipboard

add "dependencies" in changelog with independent versioning

Open vincentbriglia opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

in an independently managed lerna monorepo, sometimes you update a single component that other components depend on. In the PR you get a message f.ex: 🚀 Issue was released in @org/[email protected], @org/[email protected] when you really only have changed @org/ui-theme ... which is great! however, the top-level and the "dependent" CHANGELOG.md file doesn't contain a mention of this and you end up with something like this:

(Mon Mar 15 2021)

🐛 Bug Fix

Authors: 1

Describe the solution you'd like

I think it would be nice to have an additional category that lists affected 'dependent' of the dependency when it get bumped:

(Mon Mar 15 2021)

🖇️ Propagated

🐛 Bug Fix

Authors: 1

vincentbriglia avatar Mar 15 '21 11:03 vincentbriglia