Skip to content

Commit 6ee71cf

Browse files
committed
ci: use combined release PR instead of separate per-crate PRs
Change separate-pull-requests from true to false so release-please creates a single PR with all version bumps instead of one PR per crate.
1 parent 1af2182 commit 6ee71cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "rust",
4-
"separate-pull-requests": true,
4+
"separate-pull-requests": false,
55
"exclude-paths": [
66
".github",
77
".claude",

0 commit comments

Comments
 (0)