mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2024-11-23 15:30:45 +00:00
ea4f1ba5c2
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.
6 lines
188 B
TOML
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}}" }
|
|
]
|