- Update version.rb file accordingly.
- Tag the release:
git tag vVERSION
- Push changes:
git push --tags
- Update the release notes on GitHub.com
- Build and publish:
bundle exec rake build
gem push pkg/percy-client-2.XX.XX.gem
The gem cli will prompt you for email and password. Find the rubygems.org credentials for apps+rubygems@percy.io in the Engineering vault.
- Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!