mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
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:
parent
8006293e43
commit
6775e65049
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"draft": false,
|
||||
"prerelease": false,
|
||||
"separate-pull-requests": false,
|
||||
"pull-request-title-pattern": "chore: release ${version}",
|
||||
"packages": {
|
||||
".": {
|
||||
"package-name": "headroom-ai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue