ci: add release-please for release-candidates

This commit is contained in:
Damien Retzinger
2026-05-09 20:00:21 -04:00
parent 761188e82f
commit dcbd219ac1
2 changed files with 21 additions and 29 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft-pull-request": true,
"prerelease": true,
"prerelease-type": "rc",
"include-component-in-tag": false,
"include-v-in-tag": true,
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {
"release-type": "node",
"versioning": "prerelease",
"extra-files": [
{ "type": "generic", "path": "*/README.md", "glob": true },
{ "type": "generic", "path": "docs/workflows/*.md", "glob": true }
]
}
}
}