Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 636 Bytes

RELEASING.MD

File metadata and controls

10 lines (9 loc) · 636 Bytes

Releasing

  1. git pull origin master
  2. yarn test
  3. yarn lerna:publish - this will prompt for new versions of all packages that have changed, update the package.json files, will publish the non-private packages to npm, and will create git tags and push them to GitHub.
  4. Update the release notes on GitHub for the @percy-io/percy-storybook vx.x.x tags
  5. Visit npm and see the new version is live
  6. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!