git checkout -b version-bump
yarn login
yarn version
- enter new versiongit push origin version-bump
- Issue a PR for
version-bump
and merge. git push --tags
(possibly wrong now, improve next time through)- Ensure tests have passed on that tag
- Update the release notes on GitHub
yarn publish
(leave new version blank), or usenpm publish
if you have 2FA enabled for npm until this issue is fixed- Visit npm and see the new version is live
- Update percy-web to use the new version
- Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!