Skip to content

Fix release changelog generation on Node.js v26#8051

Draft
Copilot wants to merge 12 commits into
mainfrom
copilot/fix-release-workflow-main
Draft

Fix release changelog generation on Node.js v26#8051
Copilot wants to merge 12 commits into
mainfrom
copilot/fix-release-workflow-main

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

The Release workflow is failing on main after moving to Node.js v26. Changesets changelog generation can hit GitHub GraphQL gzip stream failures and exit before updating the release PR.

Changelog

New

  • Local Changesets changelog generator for release automation.

Changed

  • Changesets config now uses the local generator.
  • GitHub GraphQL changelog lookups now:
    • request identity encoding
    • disable node-fetch compression when applicable
    • retry transient stream/API failures
    • avoid logging sensitive response details

Removed

  • N/A

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; release workflow tooling only.

Testing & Reviewing

Review focus:

  • Changelog output parity with @changesets/changelog-github
  • Node.js v26 stream workaround scope
  • GitHub API error handling and log safety

Merge checklist

Copilot AI and others added 11 commits June 24, 2026 21:10
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: cbd0d90

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
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.

2 participants