mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
chore: write changelogs manually (#3764)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user