|
1 | 1 | {
|
2 | 2 | "last-release-sha": "7236ed62c37fb57c3feac23b416fc6d9d153dd68",
|
3 | 3 | "packages": {
|
4 |
| - "src/realtime": { |
| 4 | + ".": { |
5 | 5 | "changelog-path": "CHANGELOG.md",
|
6 |
| - "release-type": "python" |
7 |
| - }, |
8 |
| - "src/auth": { |
9 |
| - "changelog-path": "CHANGELOG.md", |
10 |
| - "release-type": "python" |
11 |
| - }, |
12 |
| - "src/functions": { |
13 |
| - "changelog-path": "CHANGELOG.md", |
14 |
| - "release-type": "python" |
15 |
| - }, |
16 |
| - "src/storage": { |
17 |
| - "changelog-path": "CHANGELOG.md", |
18 |
| - "release-type": "python" |
19 |
| - }, |
20 |
| - "src/postgrest": { |
21 |
| - "changelog-path": "CHANGELOG.md", |
22 |
| - "release-type": "python" |
23 |
| - }, |
24 |
| - "src/supabase": { |
25 |
| - "changelog-path": "CHANGELOG.md", |
26 |
| - "release-type": "python" |
| 6 | + "separate-pull-requests": false, |
| 7 | + "release-type": "python", |
| 8 | + "extra-files": [ |
| 9 | + { |
| 10 | + "type": "generic", |
| 11 | + "path": "src/supabase/src/supabase/version.py" |
| 12 | + }, |
| 13 | + { |
| 14 | + "type": "toml", |
| 15 | + "path": "src/supabase/pyproject.toml", |
| 16 | + "jsonpath": "$.project.version" |
| 17 | + }, |
| 18 | + { |
| 19 | + "type": "generic", |
| 20 | + "path": "src/auth/src/supabase_auth/version.py" |
| 21 | + }, |
| 22 | + { |
| 23 | + "type": "toml", |
| 24 | + "path": "src/auth/pyproject.toml", |
| 25 | + "jsonpath": "$.project.version" |
| 26 | + }, |
| 27 | + { |
| 28 | + "type": "generic", |
| 29 | + "path": "src/functions/src/supabase_functions/version.py" |
| 30 | + }, |
| 31 | + { |
| 32 | + "type": "toml", |
| 33 | + "path": "src/functions/pyproject.toml", |
| 34 | + "jsonpath": "$.project.version" |
| 35 | + }, |
| 36 | + { |
| 37 | + "type": "generic", |
| 38 | + "path": "src/postgrest/src/postgrest/version.py" |
| 39 | + }, |
| 40 | + { |
| 41 | + "type": "toml", |
| 42 | + "path": "src/postgrest/pyproject.toml", |
| 43 | + "jsonpath": "$.project.version" |
| 44 | + }, |
| 45 | + { |
| 46 | + "type": "generic", |
| 47 | + "path": "src/storage/src/storage3/version.py" |
| 48 | + }, |
| 49 | + { |
| 50 | + "type": "toml", |
| 51 | + "path": "src/storage/pyproject.toml", |
| 52 | + "jsonpath": "$.project.version" |
| 53 | + } |
| 54 | + ] |
27 | 55 | }
|
28 | 56 | }
|
29 | 57 | }
|
0 commit comments