# Drive bumps + tagging with cargo-release; publishing happens in CI after commit to main.
# Invoke locally like:
# cargo release <patch|minor|major> --execute --workspace
# Only release from main
= ["main"]
# Bump + tag + push, but DO NOT publish here
= false
= true
= true
= "origin"
# Versioning + commits/tags
#dependent-version = "upgrade" # auto-update intra-workspace dependency versions
#consolidate-commits = true # single bump commit for the workspace
= "chore: release"
= "v{{version}}"
= "Release {{version}}"
# Safety / defaults
= true
= false
= false