-
Notifications
You must be signed in to change notification settings - Fork 13
Release Checklist
Mike Chambers edited this page Dec 31, 2020
·
4 revisions
- Update version number in all cargo.toml files
- run
cargo clippy
on all projects - run
cargo fmt
on all projects - Commit any changes, and make sure all builds complete on all platforms.
- Make sure Github Actions workflow has been updated with any new apps.
- update test script and run
- Update Release notes and make sure version and date are correct.
- Tag source using same version number in Cargo.toml files in the format v.0.0.0
- Push tag and commit.
- Once build is complete, download apps on Mac, Windows and Linux and confirm they work.