event_bus.rs/release-plz.toml
2025-11-28 14:40:05 +01:00

6 lines
196 B
TOML

[workspace]
# set the path of all the crates to the changelog to the root of the repository
changelog_path = "./CHANGELOG.md"
pr_draft = true
pr_labels = ["release"]
pr_branch_prefix = "release-"