feat: added release-please action config

This commit is contained in:
Alisha Kulkarni
2025-01-24 14:37:49 -08:00
parent f171d5c895
commit 0f88004d9c
4 changed files with 62 additions and 1 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"
}