Skip to content

fix(release): scan next's commits in release-pr (stop depending on master hotfixes)#58

Merged
ankitTelnyx merged 1 commit into
mainfrom
fix/scan-next-commits
Jul 3, 2026
Merged

fix(release): scan next's commits in release-pr (stop depending on master hotfixes)#58
ankitTelnyx merged 1 commit into
mainfrom
fix/scan-next-commits

Conversation

@ankitTelnyx

Copy link
Copy Markdown
Collaborator

release-pr's --local scan reads commits since the last release on the target branch only; next's chore promotes + Release-As footers are invisible to it, so releases only built when master coincidentally had fix-typed hotfixes (see the java 6.80.0 stall, unblocked manually via #195). Point the local default-branch refs at HEAD (= next tip, which always contains the default branch now that promotes enforce ancestry) before invoking release-please: the scan sees the promote commits (chore = visible in changelog-sections), while PR creation still targets the default branch via the API.

@ankitTelnyx ankitTelnyx merged commit e112e9c into main Jul 3, 2026
10 checks passed
@ankitTelnyx ankitTelnyx deleted the fix/scan-next-commits branch July 3, 2026 22:01
@ankitTelnyx ankitTelnyx mentioned this pull request Jul 3, 2026
@stainless-app stainless-app Bot mentioned this pull request Jul 3, 2026
@ankitTelnyx ankitTelnyx mentioned this pull request Jul 3, 2026
@stainless-app stainless-app Bot mentioned this pull request Jul 4, 2026
@ankitTelnyx ankitTelnyx mentioned this pull request Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant