mirror of https://codeberg.org/topola/topola.git
550 B
550 B
Things to check/change before pushing a release
- Run all the tests with
cargo test --all - Run
cargo run --example libraryto make sure the examples still run properly - Run
cargo fmt - Change version numbers
- inside
README.mdin the "Set-up" section - inside
Cargo.toml
- inside
- Write or finish entry in
CHANGELOG.md - Run
cargo doc --openand check if the documentation looks fine and is up to date - Run
cargo packageand check the output for any unwanted or missing files - Run
cargo publishto upload to crates.io