ecm-distro-tools/cmd/gen_release_notes
Brian Downs 5c55294099
refactor owner repo, add list of repos, helper funcs, latest tag, list tags (#296)
2023-11-02 10:42:49 -07:00
..
Makefile
README.md
main.go refactor owner repo, add list of repos, helper funcs, latest tag, list tags (#296) 2023-11-02 10:42:49 -07:00

README.md

gen-release-notes

gen-release-notes is a simple utility to generate release-notes for K3s and RKE2.

Examples

Generate release notes for k3s v1.21.5+k3s1

gen-release-notes -r k3s -m v1.21.5+k3s1 -p v1.21.4+k3s1

Contributions

  • File Issue with details of the problem, feature request, etc.
  • Submit a pull request and include details of what problem or feature the code is solving or implementing.