Skip to content

fix(ci): install @changesets/changelog-github#14

Merged
masnwilliams merged 1 commit into
mainfrom
hypeship/install-changelog-github
May 15, 2026
Merged

fix(ci): install @changesets/changelog-github#14
masnwilliams merged 1 commit into
mainfrom
hypeship/install-changelog-github

Conversation

@masnwilliams
Copy link
Copy Markdown
Contributor

@masnwilliams masnwilliams commented May 15, 2026

Summary

The Release workflow has been failing on main with:

```
🦋 error Error: Cannot find module '@changesets/changelog-github'
```

.changeset/config.json references the GitHub changelog formatter, but the package was never added as a dependency, so changeset version can't load it.

Adds @changesets/changelog-github@0.7.0 to root devDependencies and refreshes bun.lock. Once this lands, the Release workflow will succeed and open the "Version Packages" PR for 0.3.0.

Test plan

  • bun install --frozen-lockfile resolves cleanly
  • Release workflow opens the version PR after merge

Note

Low Risk
Low risk: this only updates devDependencies/lockfile to satisfy the Changesets config and should only affect release/versioning tooling.

Overview
Fixes the release/versioning workflow by adding the missing @changesets/changelog-github@0.7.0 dev dependency referenced in .changeset/config.json.

Updates bun.lock to include the new package and its transitive dependencies so changeset version can run successfully in CI.

Reviewed by Cursor Bugbot for commit bce0036. Bugbot is set up for automated code reviews on this repo. Configure here.

The release workflow was failing with 'Cannot find module @changesets/changelog-github' because .changeset/config.json references the package but it was never added as a dependency.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
managed-auth-react-demo Ready Ready Preview, Comment May 15, 2026 7:58pm

@masnwilliams masnwilliams marked this pull request as ready for review May 15, 2026 20:06
@masnwilliams masnwilliams merged commit e8479f1 into main May 15, 2026
4 checks passed
@masnwilliams masnwilliams deleted the hypeship/install-changelog-github branch May 15, 2026 20:07
@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: PR only modifies CI/release configuration and dependencies; no changes to API endpoints or Temporal workflows.

To monitor this PR anyway, reply with @firetiger monitor this.

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