ci(release-please): set versioned PR title pattern to fix tagging jam

Release PRs were titled 'chore: release main' (no version), so release-please
couldn't extract the version to tag on merge — leaving each merged release PR
'autorelease: pending' and aborting all subsequent releases (jammed #498, #594;
both required manual tag+publish recovery). Pin the title to
'chore: release ${version}' so the bot tags automatically on merge.
This commit is contained in:
Tejas Chopra 2026-06-04 09:56:35 -07:00
parent 8006293e43
commit 6775e65049

View file

@ -8,6 +8,7 @@
"draft": false,
"prerelease": false,
"separate-pull-requests": false,
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {
"package-name": "headroom-ai",