Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 227 Bytes

RELEASING.md

File metadata and controls

11 lines (9 loc) · 227 Bytes

Releasing

  1. Update version.rb file accordingly.
  2. Tag the release: git tag vVERSION
  3. Push changes: git push --tags
  4. Build and publish:
bundle exec rake build
gem push pkg/sevenwire-rubocop-X.XX.XX.gem