How to add dependency changes to release notes? #510
-
Is there a way to add automatically dependency changes to release notes? This is what I'm thinking (FTR): I know that this is out of scope for |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I know @emmyoop has done some work around dependencies in https://github.com/dbt-labs/dbt-core and related projects. You may get some insights from there .changie.yaml just be warned it is probably the most complex one I have seen and they are part of the reason changie has some of the options it does 😏 |
Beta Was this translation helpful? Give feedback.
-
The screenshot is a result of work of https://github.com/siderolabs/release-tool, which itself is a fork of https://github.com/containerd/release-tool |
Beta Was this translation helpful? Give feedback.
-
I originally thought to add entries for dependencies, but I stopped as it felt counter to what changie was meant to do. Could be cool! I guess if a changelog (which I think is better communicated as release notes) is focused on the human communication, then the only time a "chore(deps)" style entry would need to be there is if it impacts usability, features, etc. Otherwise, that's the point of the git log. Anyway, just some thoughts as I've been mulling over similar challenges internally. Trying to clearly seperate out release vs git log oriented audience, and deps feels best suited for git log rather than release notes. |
Beta Was this translation helpful? Give feedback.
I know @emmyoop has done some work around dependencies in https://github.com/dbt-labs/dbt-core and related projects. You may get some insights from there .changie.yaml just be warned it is probably the most complex one I have seen and they are part of the reason changie has some of the options it does 😏