canary
Installation
SKILL.md
Publish Canary Release
Publishes a canary version of Storybook from a PR to npm.
Usage
To trigger a canary release, run:
gh workflow run --repo storybookjs/storybook publish.yml --field pr=<PR_NUMBER>
What happens
- GitHub Actions builds and publishes the PR as
0.0.0-pr-<PR_NUMBER>-sha-<SHORT_SHA> - The version is published to npm with the
canarytag - The PR body is updated with the exact version and install instructions