Update release-checklist.md (#3001)

Include potential changes to the README in the release checklist

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
This commit is contained in:
Pili Guerra 2021-11-02 16:36:47 +01:00 committed by GitHub
parent 938376f11f
commit 989ba51cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -92,6 +92,17 @@ Also check for crates that depend on crates that have changed. They should get a
- [ ] After any changes, test that the `cargo install` command in works. Use - [ ] After any changes, test that the `cargo install` command in works. Use
e.g. `cargo install --locked --path zebrad`. e.g. `cargo install --locked --path zebrad`.
## README
As we resolve various outstanding known issues and implement new functionality with each release, we should double check the README for any necessary updates.
We should check and update if necessary:
- [ ] The "Beta Release" section
- [ ] The "Known Issues" section
to ensure that any items that are resolved in the latest release are no longer listed in the README.
## Change Log ## Change Log