rtb-error 0.6.1

Error types and the diagnostic report pipeline. Part of the phpboyscout Rust toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# release-plz configuration.
#
# Single-crate repo, but tag/release templates stay per-crate
# (`rtb-error-v<version>`) for fleet consistency with the other
# phpboyscout/rust repos and the monorepo's existing rtb-error-v* tags.

[workspace]
changelog_update = true
git_release_enable = true
git_tag_name = "{{ package }}-v{{ version }}"
git_release_name = "{{ package }} v{{ version }}"

# Don't run `cargo update` during release — dep churn is Renovate's job
# and must go through CI first.
dependencies_update = false