# Release process
#
# cargo release minor --execute
#
# This will bump version in Cargo.toml, create a corresponding git tag for it, and push it.
# CI will run the release workflow, build binaries, and attach to a GH release for the tag.
= "{{version}}"
= true
= true
= "{{version}}"
= true
= true
= true
# Ref: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md