Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

RELEASE.md

File metadata and controls

23 lines (15 loc) · 402 Bytes

Setting up

Install cargo-release with:

cargo install cargo-release

Configuration

Configuration goes in the release.toml

Releasing

# 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