rtb-forge 0.7.0

Release-provider abstractions and backends (GitHub, GitLab, Bitbucket, Gitea, Codeberg, Direct) plus an async git-operations Repo built on gix. 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-forge-v<version>`) for fleet consistency with the other
# phpboyscout/rust repos and the monorepo's per-crate tag scheme.

[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