mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
13 lines
431 B
TOML
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
|