Skip to content

Commit 6ad3548

Browse files
authored
chore: bootstrap releases for path: . (#306)
1 parent 9df93a8 commit 6ad3548

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

release-please-config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"bootstrap-sha": "513f6da5f39c7266a5b6dda036c5e3d1b1cc1288",
33
"skip-github-release": true,
44
"packages": {
5-
"sdk/js-compute": {
6-
"release-type": "node"
7-
},
85
".": {
9-
"release-type": "rust"
6+
"changelog-path": "CHANGELOG.md",
7+
"release-type": "node",
8+
"bump-minor-pre-major": true,
9+
"bump-patch-for-minor-pre-major": true,
10+
"draft": false,
11+
"prerelease": false
1012
}
11-
}
13+
},
14+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1215
}

0 commit comments

Comments
 (0)