import { Meta } from '@storybook/addon-docs/blocks';
This repo uses Changesets for versioning and npm publishing.
- Release workflow:
.github/workflows/release-changesets.yml - Primary CI release scripts:
pnpm run ci:release:changesets:drypnpm run ci:release:changesetspnpm run ci:publish:missing
Create a changeset:
pnpm run changesetPreview pending releases:
pnpm run changeset:statusApply version bumps and changelog updates locally:
pnpm run changeset:versionPublish locally (when needed):
pnpm run changeset:publishWorkflow: PR: preview (stackblitz) (.github/workflows/pr-stackblitz-link.yml).
The PR bot comment includes quick-open StackBlitz links to start:
storybook:stackblitz(recommended)storybook:devstorybook:interactions
Single-package manual release flows are removed. Use the Changesets workflow for coordinated monorepo releases.