# release-plz configuration.
#
# Single-crate repo, but tag/release templates stay per-crate
# (`rtb-chat-v<version>`) for fleet consistency with the other
# phpboyscout/rust repos. (The monorepo tagged this crate rtb-ai-v*;
# the rename starts a fresh rtb-chat-v* line.)
[]
= true
= true
= "{{ package }}-v{{ version }}"
= "{{ package }} v{{ version }}"
# Don't run `cargo update` during release — dep churn is Renovate's job
# and must go through CI first.
= false