We are realizing that during the release of a new version of a crate, we need to do some checks, such as checking that all codeowners are also on crates.io [see https://github.com/rust-vmm/rust-vmm-ci/issues/142], run cargo-semver-checks [see https://github.com/rust-vmm/rust-vmm-ci/issues/135], etc.
The best thing then might be to provide a single script where we do all the checks and if everything passes, proceed with the release.
We are realizing that during the release of a new version of a crate, we need to do some checks, such as checking that all codeowners are also on crates.io [see https://github.com/rust-vmm/rust-vmm-ci/issues/142], run
cargo-semver-checks[see https://github.com/rust-vmm/rust-vmm-ci/issues/135], etc.The best thing then might be to provide a single script where we do all the checks and if everything passes, proceed with the release.
cargo-semver-checksrust-vmm-ci#135