Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 484 Bytes

File metadata and controls

30 lines (19 loc) · 484 Bytes

Releasing

Ensure the latest version of cargo-release is installed:

cargo install cargo-release

Choose what level this release should be: major, minor, or patch. Do a dry run at that level.

cargo release -v LEVEL

Once that looks good, do the actual release.

cargo release --execute LEVEL

Then publish the tutorial for the new version.

script/publish_tutorial

Configuration

Configuration goes in release.toml