ci: add secure automated release workflow (#615)

* ci: add secure automated release workflow

* ci: fix release-please action pin
This commit is contained in:
Kevin Codex
2026-04-12 21:57:00 +08:00
committed by GitHub
parent b3f3dc4e66
commit 40ac164501
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"package-name": "@gitlawb/openclaude",
"bump-minor-pre-major": true,
"include-v-in-tag": true
}
}
}