mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
doc: remove two more references to the '[Unreleased]' in CHANGELOG.md
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0b123a3cec
commit
73f760342b
1 changed files with 4 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue