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

Version Path
percy-client-1.14.1 RELEASING.md
percy-client-1.14.0 RELEASING.md
percy-client-1.13.10 RELEASING.md
percy-client-1.13.9 RELEASING.md
percy-client-1.13.8 RELEASING.md
percy-client-1.13.7 RELEASING.md
percy-client-1.13.6 RELEASING.md
percy-client-1.13.5 RELEASING.md
percy-client-1.13.4 RELEASING.md
percy-client-1.13.3 RELEASING.md
percy-client-1.13.2 RELEASING.md
percy-client-1.13.1 RELEASING.md
percy-client-1.13.0 RELEASING.md
percy-client-1.12.0 RELEASING.md