Files
axum/release-plz.toml
T

13 lines
431 B
TOML

[workspace]
# Only release when the release PR is merged, not on every commit
# https://release-plz.dev/docs/config#the-release_always-field
release_always = false
# Label release PRs for easy identification
# https://release-plz.dev/docs/config#the-pr_labels-field
pr_labels = ["release"]
# We write changelogs manually, at least for now
# https://release-plz.dev/docs/config#the-changelog_update-field
changelog_update = false