Open Niksko opened 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
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.
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