# Configuration file for [`cargo-release`](https://github.com/crate-ci/cargo-release)
# See: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
= ["main"]
= true
= true
= true
= "chore: release {{version}}"
= "" # tag only once instead of per every crate
= ["sh", "-c", "$WORKSPACE_ROOT/scripts/changelog.sh --tag {{version}}"]