Skip to content

Generate release notes from the merged pull requests - #217

Merged
frolic merged 1 commit into
mainfrom
frolic/generated-release-notes
Jul 29, 2026
Merged

Generate release notes from the merged pull requests#217
frolic merged 1 commit into
mainfrom
frolic/generated-release-notes

Conversation

@frolic

@frolic frolic commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Release notes came from the tagged commit, and since #215 the workflow creates that tag itself — so the notes ended up being whatever landed last. The alpha shipped carrying #215's own description, which had nothing to do with what was in the release.

This generates them instead, from the pull requests merged since the last full release.

The start tag comes from repos/{repo}/releases/latest, which skips prereleases and drafts. That matters here: without it, 1.30.0's notes would be computed against 1.30.0-alpha.1 and come out nearly empty, rather than listing everything since 1.29.0 — the version people are actually on.

Generated notes are a floor, not a ceiling. They list merged PRs by title, which is a reasonable default; a release worth describing still wants a hand-written top, via gh release edit or the GitHub UI.

Test plan

Can't be exercised without publishing. Next release should open with a "What's Changed" list of the PRs merged since 1.29.0, rather than a copy of the previous PR's description.

Notes came from the tagged commit, and since the workflow creates the
tag itself that meant whatever landed last — the alpha release ended up
carrying the previous PR's description.

Generate them instead, against the last full release, so the notes list
what actually changed since the version people are on.
@frolic
frolic marked this pull request as ready for review July 29, 2026 11:29
@frolic
frolic merged commit ea00878 into main Jul 29, 2026
1 check passed
@frolic
frolic deleted the frolic/generated-release-notes branch July 29, 2026 11:29
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