We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df93a8 commit 6ad3548Copy full SHA for 6ad3548
release-please-config.json
@@ -2,11 +2,14 @@
2
"bootstrap-sha": "513f6da5f39c7266a5b6dda036c5e3d1b1cc1288",
3
"skip-github-release": true,
4
"packages": {
5
- "sdk/js-compute": {
6
- "release-type": "node"
7
- },
8
".": {
9
- "release-type": "rust"
+ "changelog-path": "CHANGELOG.md",
+ "release-type": "node",
+ "bump-minor-pre-major": true,
+ "bump-patch-for-minor-pre-major": true,
10
+ "draft": false,
11
+ "prerelease": false
12
}
- }
13
+ },
14
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
15
0 commit comments