This documents the process for making release notes for a release.
Find the PR that was merged with the previous release. Remember this number TODO: Figure out a way to record this somewhere to save the next release engineer time.
${KUBERNETES_ROOT}/build/make-release-notes.sh <pr-number-from-1>
This generates a list of the entire set of PRs merged since the last release. It is likely long and many PRs aren't worth mentioning.
Open up candidate-notes.md
in your favorite editor.
Remove, regroup, organize to your hearts content.
With the final markdown all set, cut and paste it to the top of CHANGELOG.md
- Switch to the releases page.
- Open up the release you are working on.
- Cut and paste the final markdown from above into the release notes
- Press Save.