# See https://release-plz.dev/docs/config for supported fields.
[workspace]
# Conventional PR title (use actual version)
pr_name = "chore(release): release v{{version}}"
# Keep the generated branch compatible with release-plz's expected prefix.
pr_branch_prefix = "release-plz-"
# Always keep changelog updated
changelog_update = true