Skip to content

fix(publish): unblock npm publish from changeset:verify#1032

Merged
DreaminDani merged 2 commits into
mainfrom
fix-publish-changeset-verify
May 15, 2026
Merged

fix(publish): unblock npm publish from changeset:verify#1032
DreaminDani merged 2 commits into
mainfrom
fix-publish-changeset-verify

Conversation

@DreaminDani
Copy link
Copy Markdown
Contributor

Summary

  • Removes yarn changeset:verify from the prepare script so npm publish doesn't abort with "Couldn't locate any changeset." after the release workflow has consumed all changesets (failing run).
  • Adds a patch changeset for this fix.

Test plan

  • Trigger the publish workflow (or wait for next release) and confirm Publish to npm with OIDC no longer fails on the changeset check.
  • Verify other prepare checks (yarn test, yarn format, yarn lint, yarn circular-dependency:check) still run locally on yarn install.

🤖 Generated with Claude Code

DreaminDani and others added 2 commits May 15, 2026 09:22
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The prepare lifecycle runs during npm publish, after the release workflow has already consumed all changesets, so changeset:verify always exited 1 and blocked publishing. Changeset presence is still enforced on PRs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 15, 2026

🦋 Changeset detected

Latest commit: f9e3f2d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clickhouse/click-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@DreaminDani DreaminDani marked this pull request as ready for review May 15, 2026 15:24
@workflow-authentication-public
Copy link
Copy Markdown
Contributor

Storybook Preview Deployed

✅ Preview URL: https://click-5ez1z3zdr-clickhouse.vercel.app

Built from commit: 7c097ce0cf68f06d4e3ef8c3ff8d217a5bfbcff9

@DreaminDani DreaminDani merged commit 232d788 into main May 15, 2026
10 checks passed
@DreaminDani DreaminDani deleted the fix-publish-changeset-verify branch May 15, 2026 15:29
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.

2 participants