Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.06 KB

File metadata and controls

56 lines (36 loc) · 1.06 KB

import { Meta } from '@storybook/addon-docs/blocks';

Publishing

Release System

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:dry
    • pnpm run ci:release:changesets
    • pnpm run ci:publish:missing

Local Commands

Create a changeset:

pnpm run changeset

Preview pending releases:

pnpm run changeset:status

Apply version bumps and changelog updates locally:

pnpm run changeset:version

Publish locally (when needed):

pnpm run changeset:publish

Pull Request StackBlitz Links

Workflow: PR: preview (stackblitz) (.github/workflows/pr-stackblitz-link.yml).

The PR bot comment includes quick-open StackBlitz links to start:

  • storybook:stackblitz (recommended)
  • storybook:dev
  • storybook:interactions

Policy

Single-package manual release flows are removed. Use the Changesets workflow for coordinated monorepo releases.