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

Version Path
percy-style-0.7.1 RELEASING.md
percy-style-0.7.0 RELEASING.md
percy-style-0.6.0 RELEASING.md
percy-style-0.5.0 RELEASING.md
percy-style-0.4.7 RELEASING.md
percy-style-0.4.6 RELEASING.md
percy-style-0.4.5 RELEASING.md
percy-style-0.4.4 RELEASING.md
percy-style-0.4.3 RELEASING.md
percy-style-0.4.2 RELEASING.md
percy-style-0.4.1 RELEASING.md