ci: release-please for version bumps, changelog and release tagging

This commit is contained in:
2026-08-20 12:03:10 +02:00
parent 7841a13ba3
commit d0573cd6b6
4 changed files with 47 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"draft": false
}
}
}