-
Notifications
You must be signed in to change notification settings - Fork 4
Release process (draft)
Sarah Rainbow edited this page Jul 9, 2021
·
4 revisions
- Squash and merge to one commit with ref to issue #
- Bump version number of package using npm version:
npm version [major|minor|patch]
- Update CHANGELOG.md with version, issue ref and one sentence description and
push
changes - Create a release on Github with the version number. The release will trigger a GitHub Actions workflow that publishes the storybook package to npm.