Skip to content

Commit 45e3629

Browse files
ci: separate release-please PR by component (#47)
1 parent c02280f commit 45e3629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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": [
56
{ "type": "feat", "section": "Added", "hidden": false },
@@ -30,7 +31,7 @@
3031
"prerelease": true,
3132
"prerelease-type": "alpha",
3233
"versioning": "prerelease",
33-
"exclude-paths": ["dapp","deployment-dapp","tests"]
34+
"exclude-paths": ["dapp", "deployment-dapp", "tests"]
3435
},
3536
"dapp": {
3637
"release-type": "node",
@@ -41,4 +42,4 @@
4142
"prerelease-type": "alpha"
4243
}
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)