# cargo-release configuration
# Usage: cargo release <version> (e.g. cargo release 0.3.15)
# Install: cargo install cargo-release
# Create and push the git tag
= true
= ""
= "Release v{{version}}"
# Commit the version bump
= "Release v{{version}}"
# Push commit and tag to remote
= true
# Run cargo publish (we let CI handle publishing instead)
= false
# Update Cargo.lock when bumping version
= "fix"