git pull origin master
yarn test
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.- Update the release notes on GitHub for the @percy-io/percy-storybook vx.x.x tags
- Visit npm and see the new version is live
- Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!