Skip to content

fix(release): correct the package name in the install changeset#519

Merged
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
fix/changeset-package-name
Jul 24, 2026
Merged

fix(release): correct the package name in the install changeset#519
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
fix/changeset-package-name

Conversation

@zachdunn

Copy link
Copy Markdown
Member

The changeset added in #518 names uploads, but the package is @buildinternet/uploads. Changesets treats an unknown name as a hard error:

🦋  error Error: Found changeset pink-eels-invite for package uploads which is not in the workspace

That failed the Release run on the #518 merge commit (run 30119500009), so no version PR was opened and publishing is blocked until this lands. My error in #518 — the release job is the only place it surfaces, since nothing validates changeset package names at PR time.

npx changeset status on this branch now resolves it cleanly:

🦋  info Packages to be bumped at patch:
🦋  - @buildinternet/uploads

Content of the changeset is unchanged.

The changeset added in #518 targeted `uploads` instead of the actual package
name, `@buildinternet/uploads`. Changesets errors on an unknown package
("Found changeset pink-eels-invite for package uploads which is not in the
workspace"), which fails the Release workflow and blocks every publish until
it is corrected.
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • coderabbit:review
  • review
🚫 Excluded labels (none allowed) (1)
  • wip

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: eb6dcdff-8f7b-47ec-89bc-c13335b5eb73

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/changeset-package-name

Comment @coderabbitai help to get the list of available commands.

@zachdunn
Zach Dunn (zachdunn) merged commit 4c8d568 into main Jul 24, 2026
3 checks passed
@zachdunn
Zach Dunn (zachdunn) deleted the fix/changeset-package-name branch July 24, 2026 19:11
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