# cargo-release configuration
# Don't publish to crates.io directly (GitHub Actions will do it)
= false
# Push tags to origin
= true
# Tag prefix
= ""
# Tag message format
= "Release version {{version}}"
# Commit message format
= "chore: bump version to {{version}}"
# Don't push the main branch (only tags)
= ["--tags"]
# Sign commits and tags (optional)
= false
= false
# Allow dirty working directory
= ["main"]