File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ Here's a checklist for the release process.
5656
5757### Tagging the Release
5858
59- 1 . Update the CHANGELOG.md; remove -rcN in both places, update the date, and
60- add an [ Unreleased] footnote URL from this new version to HEAD.
59+ 1 . Update the CHANGELOG.md; remove -rcN in both places, update the date.
61602 . Add a PR with that release.
62613 . Merge the PR, then ` git pull && git tag -s v<VERSION> && git push --tags ` .
63624 . Run ` tools/build-release.sh ` to build the non-reprodicible images
@@ -84,7 +83,6 @@ Here's a checklist for the release process.
8483
8584### Post-release
8685
87- 1 . Add a new '[ Unreleased] ' section to the CHANGELOG.md with empty headers.
88- 2 . Look through PRs which were delayed for release and merge them.
89- 3 . Close out the Milestone for the now-shipped release.
90- 4 . Update this file with any missing or changed instructions.
86+ 1 . Look through PRs which were delayed for release and merge them.
87+ 2 . Close out the Milestone for the now-shipped release.
88+ 3 . Update this file with any missing or changed instructions.
You can’t perform that action at this time.
0 commit comments