Skip to content

Commit e1756b9

Browse files
committed
fix: change release please config to handle multiple packages
1 parent 887a5f7 commit e1756b9

File tree

3 files changed

+831
-2
lines changed

3 files changed

+831
-2
lines changed

release-please-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"last-release-sha": "7236ed62c37fb57c3feac23b416fc6d9d153dd68",
33
"packages": {
4-
".": {
5-
"changelog-path": "CHANGELOG.md",
4+
"src/realtime": {
5+
"changelog-path": "src/realtime/CHANGELOG.md",
6+
"release-type": "python"
7+
},
8+
"src/supabase": {
9+
"changelog-path": "src/supabase/CHANGELOG.md",
610
"release-type": "python"
711
}
812
}

0 commit comments

Comments
 (0)