README.md in airslie-style-0.1.0 vs README.md in airslie-style-0.1.1

- old
+ new

@@ -39,5 +39,13 @@ ```bash $ bundle exec rubocop ``` You do not need to include rubocop directly in your application's dependences. Airslie-style will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects. + +To re-release a new version of this gem + +``` +# Change version in lib/style/version +# Commit the changes locally +$ bundle exec rake release +```