Skip to content

fix(ci): fix changeset script causing release workflow failures - #37

Merged
sepehr-safari merged 1 commit into
mainfrom
fix/ci-changeset-command
Jul 7, 2026
Merged

fix(ci): fix changeset script causing release workflow failures#37
sepehr-safari merged 1 commit into
mainfrom
fix/ci-changeset-command

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

Fixes the root cause of the Changesets release workflow failures.

Root Cause

The root package.json had "changeset": "changeset add". When the changesets
action runs pnpm changeset version, pnpm expands this to
changeset add version — which fails with "Too many arguments passed to
changesets". This prevented version PRs from being created, causing the
"No commits between main and changeset-release/main" error.

Fix

Change "changeset": "changeset add""changeset": "changeset".

This allows pnpm changeset version and pnpm changeset publish to work
correctly (they pass through to changeset version and changeset publish).

Also deleted the stale changeset-release/main branch.

Verification

CI will run on this PR. The release workflow will trigger on merge to main.

The root package.json had 'changeset': 'changeset add', which caused
'pnpm changeset version' (run by the changesets action) to expand to
'changeset add version' — failing with 'Too many arguments'. This prevented
version PRs from being created, causing the 'No commits between main and
changeset-release/main' error.

Also deleted the stale changeset-release/main branch.
@sepehr-safari sepehr-safari added this to the v0.1.0 — Inspector MVP milestone Jul 7, 2026
@sepehr-safari sepehr-safari added type:chore Maintenance, tooling, or infrastructure package:repo Repository-level changes labels Jul 7, 2026
@sepehr-safari
sepehr-safari merged commit 743815b into main Jul 7, 2026
1 check passed
@sepehr-safari
sepehr-safari deleted the fix/ci-changeset-command branch July 7, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:repo Repository-level changes type:chore Maintenance, tooling, or infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant