1# Note that this `release.toml` exists to capture things that must only be 2# done once for `cargo release-backend-crates`. 3# 4# [../uniffi/release.toml](../uniffi/release.toml) captures things that must only be done for `cargo release-uniffi` 5# 6# All other config exists in [../release.toml](../release.toml). 7 8tag = false 9 10# This is how we manage the sections in CHANGELOG.md 11pre-release-replacements = [ 12 {file="../CHANGELOG.md", search="\\[\\[UnreleasedBackendVersion\\]\\]", replace="v{{version}}", exactly=1}, 13 {file="../CHANGELOG.md", search="\\[\\[ReleaseDate\\]\\]", replace="{{date}}", exactly=1}, 14 {file="../CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_)\n\n[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v{{version}}...NEXT_HEAD).", exactly=1}, 15] 16