# release-plz configuration
# https://release-plz.ieni.dev/docs/config
[]
# Use git-cliff for changelog generation
= "cliff.toml"
# PR settings
= ["release"]
= false
# Publish to crates.io
= true
# Only a merged release-plz PR may publish; ordinary main commits just update
# the pending release PR.
= false
# Git settings
= true
# Native artifacts are attached while the release is private. The binary
# workflow publishes it only after every target has succeeded.
= true
= true