Ensure the latest version of cargo-release is installed:
cargo install cargo-releaseChoose what level this release should be: major, minor, or patch. Do a dry run at that level.
cargo release -v LEVELOnce that looks good, do the actual release.
cargo release --execute LEVELThen publish the tutorial for the new version.
script/publish_tutorialConfiguration goes in release.toml