Skip to content

Commit

Permalink
doc: remove two more references to the '[Unreleased]' in CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Feb 17, 2020
1 parent 0b123a3 commit 73f7603
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/MAKING-RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Here's a checklist for the release process.

### Tagging the Release

1. Update the CHANGELOG.md; remove -rcN in both places, update the date, and
add an [Unreleased] footnote URL from this new version to HEAD.
1. Update the CHANGELOG.md; remove -rcN in both places, update the date.
2. Add a PR with that release.
3. Merge the PR, then `git pull && git tag -s v<VERSION> && git push --tags`.
4. Run `tools/build-release.sh` to build the non-reprodicible images
Expand All @@ -84,7 +83,6 @@ Here's a checklist for the release process.

### Post-release

1. Add a new '[Unreleased]' section to the CHANGELOG.md with empty headers.
2. Look through PRs which were delayed for release and merge them.
3. Close out the Milestone for the now-shipped release.
4. Update this file with any missing or changed instructions.
1. Look through PRs which were delayed for release and merge them.
2. Close out the Milestone for the now-shipped release.
3. Update this file with any missing or changed instructions.

0 comments on commit 73f7603

Please sign in to comment.