Skip to content

Commit d6b2e01

Browse files
authored
chore: mark pyproject file type as generic (#1275)
1 parent 5f65227 commit d6b2e01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
"path": "src/supabase/src/supabase/version.py"
1212
},
1313
{
14-
"type": "toml",
15-
"path": "src/supabase/pyproject.toml",
16-
"jsonpath": "$.project.version"
14+
"type": "generic", // also update versions of dependencies
15+
"path": "src/supabase/pyproject.toml"
1716
},
1817
{
1918
"type": "generic",

0 commit comments

Comments
 (0)