uniffi-rs/release.toml

15 строки
572 B
TOML

tag-name = "v{{version}}"
consolidate-commits = true
shared-version = false
# Disabling auto pushing for now to avoid accidents (although we can still "accidentally" publish
# to crates.io, so it's not clear this is saving us anything?)
push = false
# Note that some things need to be done exactly once for the workspace.
# This includes updating CHANGELOG.md and creating the .git tag.
# So we arrange for the `uniffi` crate to do this work, and disable it here.
tag = false
# Note that `pre-release-replacements` is also in [uniffi/release.toml](uniffi/release.toml)