Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 644 Bytes

RELEASING.md

File metadata and controls

15 lines (13 loc) · 644 Bytes

Releasing

If you want to push a new version of this gem, do this:

  1. Ideally, every Pull Request should already have included an addition to the CHANGELOG.md file summarizing the changes and crediting the author(s). It doesn't hurt to review this to see if anything needs adding.
  2. Commit any changes you make.
  3. Go into version.rb and bump the version number as appopriate.
  4. Go into CHANGELOG.md and change the "Unlreleased" heading to match the new version number.
  5. Commit these changes with a message like, "Minor version bump," or similar.
  6. Run rake release.
  7. High five someone nearby.