Generate Release Notes From Merged Pull Requests
Turn a list of merged PRs or commits into clean, user-facing release notes grouped by type.
0 likes
0 dislikes
Sign in to rate this prompt
Prompt
Write release notes from the merged changes below.
Merged PRs / commits (titles, plus any labels or descriptions):
{{changes}}
Audience (optional — e.g. end users, developers, API consumers): {{audience}}
Produce release notes that:
- Group changes under clear headings: **New**, **Improved**, **Fixed**, and (if any) **Breaking changes**.
- Describe each entry in user-facing terms — what changed for the reader, not the internal implementation. Drop purely internal churn (chores, refactors, test-only changes) unless it affects users.
- Lead with anything breaking or action-required, stated plainly with what the reader must do.
Keep entries short and consistent. If a change's user impact is unclear from its title, note it as needing a human description rather than inventing one.