You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make highlights more concise, add changelog link, fix author attribution
- Keep descriptions to one sentence per item
- Use PR author (not commit author) for attribution
- Add Full Changelog comparison link at the end
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/release-highlights.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use the GitHub MCP tools to fetch release information for `${{ github.repository
32
32
33
33
2.**Get all commits between releases** — Use `list_commits` or `git log <prev_tag>..${{ inputs.version }} --oneline` via shell to get all commits between the previous published release tag and `${{ inputs.version }}`.
34
34
35
-
3.**Optionally get merged PRs** — Search for merged pull requests if needed for additional context, but rely primarily on commits since not all changes go through PRs. Use the default branch (`master`), not `main`.
35
+
3.**Get merged PRs** — Search for merged pull requests in the repository on the `master` branch between the two releases. Use the PR author and PR number for attribution in the highlights. Not all commits have PRs, but always check.
36
36
37
37
**IMPORTANT**: Compare against the last **published** release (e.g., v0.12.152), NOT the immediately previous tag. Many tags may be CI/infrastructure-only.
38
38
@@ -42,7 +42,7 @@ Group changes by category (omit categories with no items):
42
42
-**⚠️ Breaking Changes** - Requires user action (ALWAYS list first if present)
0 commit comments