Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 523 Bytes

RELEASING.md

File metadata and controls

20 lines (16 loc) · 523 Bytes

Releasing

  1. Update version.rb file accordingly.
  2. Tag the release: git tag vVERSION
  3. Push changes: git push --tags
  4. Update the release notes on GitHub.com
  5. 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!