Sha256: 6df3023f06d74409ba91eb07e4379fa33e16aa5846d08954aa3c6cb1f912de86
Contents?: true
Size: 380 Bytes
Versions: 11
Compression:
Stored size: 380 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-style-X.XX.XX.gem ``` * Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!
Version data entries
11 entries across 11 versions & 1 rubygems