Skip to content

fix(changesets): use valid package names in two changesets#2853

Merged
viniciusdacal merged 1 commit into
mainfrom
fix/changeset-vtz-package
Apr 19, 2026
Merged

fix(changesets): use valid package names in two changesets#2853
viniciusdacal merged 1 commit into
mainfrom
fix/changeset-vtz-package

Conversation

@viniciusdacal
Copy link
Copy Markdown
Contributor

Summary

The Release workflow has been failing on every push to main since PR #2833 merged. The changeset assembly step fails with:

Error: Found changeset jsx-default-value for package vtz which is not in the workspace

Two changesets referenced package names that do not exist in the workspace:

  • .changeset/jsx-default-value.md used 'vtz' — no such package. The vtz binary is shipped by @vertz/runtime, which is the correct target.
  • .changeset/rename-vertz-env-to-client.md used 'create-vertz-app' (unscoped) — the workspace name is @vertz/create-vertz-app.

Verified locally with npx changeset status — plan now assembles cleanly for all 14 pending changesets.

Test plan

  • Release workflow advances past the changeset version step on the next push to main.

🤖 Generated with Claude Code

The Release workflow on main was failing at the changeset assembly step:

    Error: Found changeset jsx-default-value for package vtz which is not in the workspace

Two changesets referenced package names that do not exist in the workspace:

- .changeset/jsx-default-value.md used 'vtz' (no such package) — the
  vtz binary lives in '@vertz/runtime', which is the correct target.
- .changeset/rename-vertz-env-to-client.md used 'create-vertz-app'
  (unscoped) — the workspace name is '@vertz/create-vertz-app'.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@viniciusdacal viniciusdacal merged commit 2148cce into main Apr 19, 2026
6 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