Sha256: a63f9cb2356e02c6906669cc9d6ef72257d2a88caf7b4564b452ed672db27daa

Contents?: true

Size: 523 Bytes

Versions: 6

Compression:

Stored size: 523 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-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!

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
percy-client-2.1.1 RELEASING.md
percy-client-2.1.0 RELEASING.md
percy-client-2.0.9 RELEASING.md
percy-client-2.0.8 RELEASING.md
percy-client-2.0.7 RELEASING.md
percy-client-2.0.6 RELEASING.md