# File: Release.toml
# === Global behavior ===
= true # Signs the commit
= true # Signs the tag
= true # Push the commit and tag to the remote
= false # Publish the package to crates.io
= true # Allows to consolidate the commit and tag into a single commit
#dev-version = false # Add -dev after the release (e.g. 1.2.3 -> 1.2.4-dev)
= ["master"] # Allow to release from the main branch only
# === Crates specific ===
# You can define overrides for individual packages if necessary