Sha256: e74d92612e44e440c02e2d840c1e0d79ea45683b2161374746c44ff0aafb4f11
Contents?: true
Size: 381 Bytes
Versions: 14
Compression:
Stored size: 381 Bytes
Contents
# Releasing 1. Update version.rb file accordingly. 1. Tag the release: `git tag vVERSION` 1. Push changes: `git push --tags` 1. Update the release notes on GitHub.com 1. Build and publish: ```bash bundle exec rake build gem push pkg/percy-client-1.XX.XX.gem ``` * Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!
Version data entries
14 entries across 14 versions & 1 rubygems