Skip to content

Commit 31a2906

Browse files
chore(release): update release-please config with changelog and separate PRs
1 parent 713f9fb commit 31a2906

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

release-please-config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"always-update": true,
34
"draft-pull-request": true,
5+
"separate-pull-requests": true,
46
"include-component-in-tag": true,
57
"include-v-in-tag": true,
6-
"separate-pull-requests": false,
78
"release-type": "rust",
89
"packages": {
910
"post-compute": {
@@ -14,5 +15,13 @@
1415
"component": "pre-compute",
1516
"package-name": "tee-worker-pre-compute"
1617
}
17-
}
18+
},
19+
"changelog-path": "CHANGELOG.md",
20+
"changelog-sections": [
21+
{
22+
"type": "ci",
23+
"section": "🧰 Others",
24+
"hidden": false
25+
}
26+
]
1827
}

0 commit comments

Comments
 (0)