Skip to content

Stop silently dropping eligible PRs from patch release preparation#9640

Merged
hsbt merged 2 commits into
masterfrom
claude/eloquent-williamson-5483b9
Jun 23, 2026
Merged

Stop silently dropping eligible PRs from patch release preparation#9640
hsbt merged 2 commits into
masterfrom
claude/eloquent-williamson-5483b9

Conversation

@hsbt

@hsbt hsbt commented Jun 23, 2026

Copy link
Copy Markdown
Member

The patch release scan only looked at master, so a fix merged straight onto the stable branch through a dedicated backport PR was never discovered and its changelog entry was lost. It now also scans the stable branch since the last release and skips cherry-picking those PRs because they are already on the release branch.

prepare! also branched off the local master and stable refs, so a clone that had not pulled the latest master left freshly merged PRs out of the release. It now fetches origin up front and works from the remote-tracking refs.

hsbt and others added 2 commits June 24, 2026 06:44
The patch-release PR scan only looked at master, so a fix merged
straight onto the stable branch through a dedicated backport PR was
never discovered and its changelog entry was dropped. Also scan the
stable branch since the last release, and skip cherry-picking those PRs
since they are already on the release branch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
prepare! discovered PRs and branched off the local master and stable
refs, so a clone that had not pulled the latest master silently left
freshly merged PRs out of the release. Fetch origin up front and work
from the remote-tracking refs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@hsbt hsbt merged commit 09d579f into master Jun 23, 2026
107 checks passed
@hsbt hsbt deleted the claude/eloquent-williamson-5483b9 branch June 23, 2026 22:32
hsbt added a commit that referenced this pull request Jun 23, 2026
Stop silently dropping eligible PRs from patch release preparation
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