Skip to content

feat(release): guard against commit bodies that release-please cannot parse - #106

Merged
ehm-seaturtle merged 1 commit into
mainfrom
beav/feat-release-parse-guard
Sep 24, 2026
Merged

ehm-seaturtle merged 1 commit into
mainfrom
beav/feat-release-parse-guard

Conversation

@ehm-seaturtle

Copy link
Copy Markdown
Contributor

feat(release): guard against commit bodies that release-please cannot parse

a commit body with markdown headers can fail the conventional-commits parser. when it does,
release-please silently drops the commit from its calculation, the release workflow still reports
success, and no release pr, tag, or publish results. a release that never happened then looks
exactly like a release that was not owed.

this adds a hazard brief that records the 2026-09-24 incident, names the safe body shape every
prior release-cutting commit used, and gives the tell to check after any feat or fix merge.

  • records the measured incident and the workflow log line that named the cause
  • states the safe shape: plain prose plus dash bullets, no markdown headers, lines under 100
  • names the recovery: a new parseable feat or fix commit on main
  • flags the tell: no release pr after feat or fix work means read the release log

note on the changelog: this release also covers the grove-reach role work that merged as a67ea47
and was dropped by the parser, so the notes will not name it.


🐢🌊 surfed in by seaturtle[bot]

… parse

a commit body with markdown headers can fail the conventional-commits parser. when it does,
release-please silently drops the commit from its calculation, the release workflow still reports
success, and no release pr, tag, or publish results. a release that never happened then looks
exactly like a release that was not owed.

this adds a hazard brief that records the 2026-09-24 incident, names the safe body shape every
prior release-cutting commit used, and gives the tell to check after any feat or fix merge.

- records the measured incident and the workflow log line that named the cause
- states the safe shape: plain prose plus dash bullets, no markdown headers, lines under 100
- names the recovery: a new parseable feat or fix commit on main
- flags the tell: no release pr after feat or fix work means read the release log

note on the changelog: this release also covers the grove-reach role work that merged as a67ea47
and was dropped by the parser, so the notes will not name it.

Co-authored-by: Ulad Kasach <uladkasach@gmail.com>
@ehm-seaturtle
ehm-seaturtle enabled auto-merge (squash) September 24, 2026 05:29
@ehm-seaturtle
ehm-seaturtle merged commit de6dcd6 into main Sep 24, 2026
12 checks passed
@ehm-seaturtle
ehm-seaturtle deleted the beav/feat-release-parse-guard branch September 24, 2026 05:32
@rhelease rhelease Bot mentioned this pull request Sep 24, 2026
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