Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 754 Bytes

File metadata and controls

12 lines (11 loc) · 754 Bytes

Releasing

  1. Mike or Tim should do this until we have a process for doing this on a branch.
  2. Run npm whoami to make sure you're signed in as percy-admin.
  3. git pull origin master
  4. yarn test
  5. 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.
  6. Update the release notes on GitHub for the @percy/react vx.x.x tags
  7. Visit npm and see the new version is live
  8. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!