Skip to content

ci: fix changesets action to use pnpm run version/release - #9

Merged
ayden94 merged 1 commit into
mainfrom
ci/fix-release-scripts
Jul 23, 2026
Merged

ci: fix changesets action to use pnpm run version/release#9
ayden94 merged 1 commit into
mainfrom
ci/fix-release-scripts

Conversation

@ayden94

@ayden94 ayden94 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Problem

changesets/action@v1 was configured with version: pnpm version and publish: pnpm release.

pnpm version is pnpm's built-in command (prints package manager versions), NOT the package.json script changeset version. So changesets never consumed the .changeset files, git status --porcelain was empty, and the release PR creation failed with:

HttpError: No commits between main and changeset-release/main

Fix

  • version: pnpm versionversion: pnpm run version
  • publish: pnpm releasepublish: pnpm run release

This runs the actual changeset version and changeset publish scripts from package.json.

@ayden94
ayden94 merged commit 00d496a into main Jul 23, 2026
1 check passed
@ayden94
ayden94 deleted the ci/fix-release-scripts branch July 23, 2026 06:40
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