third_party_rust_nix/release.toml
Alan Somers ea4f1ba5c2 [skip ci] Rollback master branch to 0.25.0
cargo-release automatically incremented the master branch's version
post-release.  I don't like that, because it makes it harder for
consumers, especially indirect consumers, to use a `[patch.crates-io]`
section in their Cargo.toml files.

Also, configure cargo-release not to do this again in the future.
2022-08-13 10:12:44 -06:00

6 lines
188 B
TOML

dev-version = false
pre-release-replacements = [
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }
]