Skip to content

Commit 73f7603

Browse files
committed
doc: remove two more references to the '[Unreleased]' in CHANGELOG.md
Signed-off-by: Rusty Russell <[email protected]>
1 parent 0b123a3 commit 73f7603

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/MAKING-RELEASES.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
6160
2. Add a PR with that release.
6261
3. Merge the PR, then `git pull && git tag -s v<VERSION> && git push --tags`.
6362
4. 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.

0 commit comments

Comments
 (0)