Skip to content

chore(v8): add missing changeset for #87 (SDK-6983) - #111

Merged
AakashHotchandani merged 1 commit into
v8from
chore/v8-changeset-sdk-6983-pr87
Jul 29, 2026
Merged

chore(v8): add missing changeset for #87 (SDK-6983)#111
AakashHotchandani merged 1 commit into
v8from
chore/v8-changeset-sdk-6983-pr87

Conversation

@AakashHotchandani

Copy link
Copy Markdown
Collaborator

Why

#87 (SDK-6983: rescue SDK-log upload on signal termination — v8 port of #86) merged to v8 without 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 on main, not on v8. On v8 there'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 sectionpatch bump, customer-facing note:

---
"@wdio/browserstack-service": patch
---

- Fixed SDK logs not being uploaded when a test run is interrupted (Ctrl-C or CI job cancellation); interrupted runs are now reported with their termination reason on the build record.

After merge

release.yml (push to v8) opens/updates the Version Packages PR → bumps 8.49.1 → 8.49.2 and writes the CHANGELOG. Merge that, then run the Release workflow with publish=true to ship it to the v8 dist-tag.

Follow-up (separate)

To stop this recurring, port the changeset-from-pr generator to v8 (it's main-only today). Tracked alongside the extraction work.

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
AakashHotchandani requested a review from a team as a code owner July 29, 2026 11:54
@AakashHotchandani
AakashHotchandani requested review from 07souravkunda and Bhargavi-BS and removed request for a team July 29, 2026 11:54
@AakashHotchandani
AakashHotchandani merged commit 77ddc4a into v8 Jul 29, 2026
3 checks passed
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