Update contribute+release docs regarding changelog

This commit is contained in:
dbr
2021-08-26 19:56:53 +10:00
parent cae03c6d7e
commit e8a4d8029b
3 changed files with 20 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
# Release process
1. Ensure the changelog is updated with everything from the `.changelogs` directory. `python3 ./script/changelog.py build` will output a Markdown snippet to include in `CHANGELOG.md` then `rm .changelog/*.txt`
1. Run `git pull upstream main`
1. Run `cargo test`
1. Run `cargo clean && cargo clippy`