# release.toml — cargo-release configuration
#
# When `cargo release` runs, it bumps the version in Cargo.toml and then applies
# the replacements below to keep all package manifests in sync. No version-setting
# commands are needed in CI — by the time a tag is pushed, every manifest already
# contains the correct version.
= "Release {{version}}"
= false
= "Release {{version}}"
# designed to run _after_ pre-release-replacements
= ["./release.sh"]
# pre-commit hook revision in READMEs
[[]]
= "README.md"
= 'rev: v[0-9]+\.[0-9]+\.[0-9]+\n'
= "rev: v{{version}}\n"