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:
parent
938376f11f
commit
989ba51cb9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue