chore(release): append en.dev sponsor blurb to release notes#231
Conversation
Adds a "Sponsor aube" section at the bottom of each GitHub Release body after communique generates the narrative notes, so readers landing on a release see how aube is funded and where to sponsor. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Greptile SummaryThis PR adds a "Append en.dev sponsor blurb" step at the end of the Confidence Score: 5/5Safe to merge — single-step addition with correct heredoc handling and no new security surface. The change is a small, self-contained step with straightforward logic. YAML indentation stripping is handled correctly, the heredoc terminator reaches column 0 after YAML processing, and the step follows the same token and pattern as adjacent steps. No P0/P1 findings. No files require special attention.
|
| Filename | Overview |
|---|---|
| .github/workflows/release-plz.yml | Adds a new step to the enhance-release job that fetches the current release body, appends a sponsor blurb via heredoc, and writes it back with gh release edit; YAML block-scalar indentation stripping is handled correctly. |
Reviews (1): Last reviewed commit: "chore(release): append en.dev sponsor bl..." | Re-trigger Greptile
Summary
communique generatein theenhance-releasejob in.github/workflows/release-plz.yml.What it looks like
Rendered at the bottom of each release body:
Test plan
🤖 Generated with Claude Code
Note
Low Risk
Low risk: only adjusts the GitHub Actions
enhance-releasejob to post-process release notes viagh release edit, with no changes to build, publishing, or runtime behavior.Overview
After
communique generateruns in theenhance-releaseworkflow, the release job now appends an en.dev “Sponsor aube” section to the existing GitHub Release body.This is implemented by fetching the current release notes (
gh release view), concatenating a fixed markdown blurb, and updating the release viagh release edit --notes-file.Reviewed by Cursor Bugbot for commit e0d909f. Bugbot is set up for automated code reviews on this repo. Configure here.