Skip to content

fix(skill): re-trigger release-please after #44 parse error#45

Merged
lxcong merged 1 commit into
mainfrom
chore/retrigger-release-please
May 14, 2026
Merged

fix(skill): re-trigger release-please after #44 parse error#45
lxcong merged 1 commit into
mainfrom
chore/retrigger-release-please

Conversation

@lxcong
Copy link
Copy Markdown
Contributor

@lxcong lxcong commented May 14, 2026

Why

PR #44 merged successfully (the SKILL.md telemetry fix is on main),
but release-please did not open a 1.6.1 release PR.

Looking at the workflow log of the post-merge run, the conventional-commits
parser bailed on the squash-merge commit:

commit could not be parsed: 6e8e5441 fix(skill): align telemetry dispatch and field name with server (#44)
error message: Error: unexpected token \n at 56:61, valid tokens [)]
commits: 0
No commits for path: ., skipping

GitHub's squash-merge took the full PR body (which contained inline code
fragments with {} and ()) and wrapped one of them across a line
boundary. That left an unbalanced expression that the parser treats as a
hard error, dropping the whole commit from the release window.

Result: release-please saw zero parseable commits since v1.6.0 and
skipped opening a release PR.

Fix

A single empty commit with a clean body so release-please re-runs with a
parseable commit chain. Code on main is unchanged; the diff is zero
files / zero lines.

Test plan

🤖 Generated with Claude Code

The squash-merge commit for #44 included a multi-line code fragment
with unbalanced braces across a wrapped line, which made the
conventional-commits parser bail on the entire commit. release-please
then saw zero parseable commits since v1.6.0 and skipped opening a
release PR. This empty commit re-triggers the workflow with a clean
body so 1.6.1 can ship.
@lxcong lxcong changed the title chore(skill): re-trigger release-please after #44 parse error fix(skill): re-trigger release-please after #44 parse error May 14, 2026
@lxcong lxcong merged commit 3caa5c3 into main May 14, 2026
2 checks passed
@lxcong lxcong deleted the chore/retrigger-release-please branch May 14, 2026 09:30
@lxcong lxcong mentioned this pull request May 14, 2026
lxcong added a commit that referenced this pull request May 14, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.6.1](v1.6.0...v1.6.1)
(2026-05-14)


### Bug Fixes

* **skill:** re-trigger release-please after
[#44](#44) parse error
([#45](#45))
([3caa5c3](3caa5c3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant