# cargo-release: bump → commit → tag → push
# crates.io publish: .github/workflows/publish.yml on v* tags (Trusted Publishing / OIDC).
#
# Usage (from main, clean tree):
# cargo release patch|minor|major # dry-run
# cargo release patch|minor|major -x # execute
= ["main"]
= false
= true
= true
= "chore: Release {{crate_name}} v{{version}}"
= "v{{version}}"
= "{{crate_name}} {{version}}"
= [
{ file = "README.md", search = "windows-icons = .*", replace = "windows-icons = \"{{version}}\"" },
]