ci: use existing release tag format

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Parker Brown
2026-05-07 18:39:55 -07:00
parent a7508c5d49
commit 5acda85bb8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
".": {
"prerelease": true,
"prerelease-type": "beta",
"include-component-in-tag": false,
"release-type": "node",
"versioning": "prerelease"
}
+1
View File
@@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"include-component-in-tag": false,
"release-type": "node"
}
}