Browse Source

doc: remove two more references to the '[Unreleased]' in CHANGELOG.md

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
travis-debug
Rusty Russell 5 years ago
parent
commit
73f760342b
  1. 10
      doc/MAKING-RELEASES.md

10
doc/MAKING-RELEASES.md

@ -56,8 +56,7 @@ Here's a checklist for the release process.
### Tagging the Release ### Tagging the Release
1. Update the CHANGELOG.md; remove -rcN in both places, update the date, and 1. Update the CHANGELOG.md; remove -rcN in both places, update the date.
add an [Unreleased] footnote URL from this new version to HEAD.
2. Add a PR with that release. 2. Add a PR with that release.
3. Merge the PR, then `git pull && git tag -s v<VERSION> && git push --tags`. 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 4. Run `tools/build-release.sh` to build the non-reprodicible images
@ -84,7 +83,6 @@ Here's a checklist for the release process.
### Post-release ### Post-release
1. Add a new '[Unreleased]' section to the CHANGELOG.md with empty headers. 1. Look through PRs which were delayed for release and merge them.
2. Look through PRs which were delayed for release and merge them. 2. Close out the Milestone for the now-shipped release.
3. Close out the Milestone for the now-shipped release. 3. Update this file with any missing or changed instructions.
4. Update this file with any missing or changed instructions.

Loading…
Cancel
Save