Skip to content

Release process (draft)

Sarah Rainbow edited this page Jul 9, 2021 · 4 revisions

Release process for Storybook

On merge to master:

  1. Squash and merge to one commit with ref to issue #

After merge, on master:

  1. Bump version number of package using npm version:
npm version [major|minor|patch]
  1. Update CHANGELOG.md with version, issue ref and one sentence description and push changes
  2. Create a release on Github with the version number. The release will trigger a GitHub Actions workflow that publishes the storybook package to npm.
Clone this wiki locally