This documents the process for making release notes for a release.
Find the most-recent PR that was merged with the previous .0 release. Remember this as $LASTPR.
Find the most-recent PR that was merged with the current .0 release. Remember this as $CURRENTPR.
${KUBERNETES_ROOT}/build/make-release-notes.sh $LASTPR $CURRENTPR
This generates a list of the entire set of PRs merged since the last minor release. It is likely long and many PRs aren't worth mentioning. If any of the PRs were cherrypicked into patches on the last minor release, you should exclude them from the current release's notes.
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.