# release-plz configuration
# https://release-plz.ieni.dev/docs/config
[workspace]
# Use git-cliff for changelog generation
changelog_config = "cliff.toml"
# PR settings
pr_labels = ["release"]
pr_draft = false
# Publish to crates.io
publish = true
# Git settings
# cargo-dist creates the GitHub Release (with binaries attached),
# so release-plz only creates the tag to trigger the cargo-dist workflow.
git_release_enable = false
git_tag_enable = true