-
Install
cargo-release
with:cargo install cargo-release
# First, choose `major`, `minor`, or `patch` for the level to release
# Next, run the command in dry-run mode
$ cargo release -vv LEVEL
# Then do it for real with the same level
$ cargo release --execute LEVEL