Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ publish = true
# so they are always released together.
shared-version = "workspace"

# Allow publishing more than 5 new crates in one run (first-time publishes)
rate-limit = 20

# Let cargo-release verify the tree is clean before proceeding
pre-release-commit-message = "chore: release {{version}}"
tag-message = "Release {{version}}"
Expand Down
Loading