Files
supabase__server/release-please-config.json
2026-04-22 16:39:23 +03:00

13 lines
322 B
JSON

{
"packages": {
".": {
"release-type": "node",
"initial-version": "0.1.0",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["jsr.json"]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}