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 713f9fb commit 31a2906Copy full SHA for 31a2906
release-please-config.json
@@ -1,9 +1,10 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
+ "always-update": true,
4
"draft-pull-request": true,
5
+ "separate-pull-requests": true,
6
"include-component-in-tag": true,
7
"include-v-in-tag": true,
- "separate-pull-requests": false,
8
"release-type": "rust",
9
"packages": {
10
"post-compute": {
@@ -14,5 +15,13 @@
14
15
"component": "pre-compute",
16
"package-name": "tee-worker-pre-compute"
17
}
- }
18
+ },
19
+ "changelog-path": "CHANGELOG.md",
20
+ "changelog-sections": [
21
+ {
22
+ "type": "ci",
23
+ "section": "🧰 Others",
24
+ "hidden": false
25
+ }
26
+ ]
27
0 commit comments