chore: configure release please (#27)

This commit is contained in:
Paul Makles
2025-12-29 18:55:58 +01:00
committed by GitHub
parent ea7c57962b
commit eac8195f68
3 changed files with 49 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}