Skip to content

Commit 744452b

Browse files
ci: separate release-please PR by component (#202)
1 parent 74e3266 commit 744452b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

release-please-config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"separate-pull-requests": true,
34
"include-component-in-tag": true,
45
"changelog-sections": [
5-
{ "type": "feat", "section": "Added", "hidden": false },
6+
{ "type": "feat", "section": "Added", "hidden": false },
67

78
{ "type": "fix", "section": "Changed", "hidden": false },
89
{ "type": "change", "section": "Changed", "hidden": false },
@@ -21,19 +22,19 @@
2122
{ "type": "deps", "section": "Misc", "hidden": true },
2223
{ "type": "ci", "section": "Misc", "hidden": true },
2324
{ "type": "docs", "section": "Misc", "hidden": true }
24-
],
25+
],
2526
"packages": {
2627
".": {
2728
"release-type": "node",
2829
"changelog-path": "CHANGELOG.md",
2930
"include-v-in-tag": true,
30-
"exclude-paths": ["dapp","deployment-dapp","tests"]
31+
"exclude-paths": ["dapp", "deployment-dapp", "tests"]
3132
},
3233
"dapp": {
3334
"release-type": "node",
3435
"changelog-path": "dapp/CHANGELOG.md",
3536
"include-v-in-tag": true,
36-
"exclude-paths": ["deployment-dapp","tests"]
37+
"exclude-paths": ["deployment-dapp", "tests"]
3738
}
3839
}
3940
}

0 commit comments

Comments
 (0)