# release-plz configuration.
#
# Single-crate repo, but tag/release templates stay per-crate
# (`rtb-tui-v<version>`) for fleet consistency with the other
# phpboyscout/rust repos and the monorepo's existing rtb-tui-v* tags.
[]
= 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