seek-oss / kpt-functions

A library of Kpt functions for extending Kpt's functionality
MIT License
3 stars 3 forks source link

Maintain a changelog and automate generation of release notes #21

Open Niksko opened 3 years ago

Niksko commented 3 years ago

Maybe consult something like https://github.com/kubernetes-sigs/kustomize/tree/master/releasing ?

Seems to use the github CLI tool as well as gorepomod: https://github.com/kubernetes-sigs/kustomize/tree/master/cmd/gorepomod

Might be a simpler tool, I'm not up to date with Go release management tools

Niksko commented 3 years ago

We really need this. You might naively think you could do a git log between the current comment and the most recent tag to figure out what has changed, but you don't know which commits pertain to which function.