chore(v8): add missing changeset for #87 (SDK-6983) - #111
Merged
Conversation
PR #87 (SDK-6983: rescue SDK-log upload on signal termination, v8 port of #86) merged to v8 without a changeset — v8 doesn't have the changeset-from-pr auto-generator (that workflow lives only on main, #71), so no changeset was created and the Version Packages PR was never opened for this fix. This backfills the changeset from #87's Release section (patch; customer-facing note). Once merged, release.yml opens the Version Packages PR (8.49.1 -> 8.49.2). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AakashHotchandani
requested review from
07souravkunda and
Bhargavi-BS
and removed request for
a team
July 29, 2026 11:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
#87 (SDK-6983: rescue SDK-log upload on signal termination — v8 port of #86) merged to
v8without a changeset, so no Version Packages PR was opened for the fix.Root cause: the changeset auto-generator (
.github/workflows/changeset-from-pr.yml, added in #71) lives only onmain, not onv8. Onv8there's nothing to derive the changeset from the PR template, so it has to be added by hand.What
Backfills the changeset from #87's Release section —
patchbump, customer-facing note:After merge
release.yml(push tov8) opens/updates the Version Packages PR → bumps8.49.1 → 8.49.2and writes the CHANGELOG. Merge that, then run the Release workflow withpublish=trueto ship it to thev8dist-tag.Follow-up (separate)
To stop this recurring, port the
changeset-from-prgenerator tov8(it'smain-only today). Tracked alongside the extraction work.