Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 423 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 423 Bytes

Releasing

  1. Ask to be added as an owner for this gem on RubyGems.org.
  2. Update the VERSION constant.
  3. Run bundle update to update Gemfile.lock.
  4. Run the test suite.
  5. Edit NEWS, Changelog, or README files if relevant.
  6. Commit changes. Use the convention "v2.1.0" in your commit message.
  7. Run rake release, which tags the release, pushes the tag to GitHub, and pushes the gem to RubyGems.org.