Skip to content
Snippets Groups Projects
release.md 397 B
Newer Older
Jerome Humbert's avatar
Jerome Humbert committed
# Release process

- Update `CHANGELOG` with date and version
- Update `Cargo.toml` with version
- Update `README.md` and other images to point to github raw content at commit SHA1 of current HEAD
- `cargo fmt --all`
- `cargo build`
- `cargo clippy --workspace --all-targets --all-features -- -D warnings`
- `cargo test`
Jerome Humbert's avatar
Jerome Humbert committed
- `cargo doc --no-deps`
Jerome Humbert's avatar
Jerome Humbert committed
- `cargo +nightly build` (for `docs.rs`)