Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 506 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 506 Bytes

Releasing Addressable

  1. Update CHANGELOG.md
  2. Update lib/addressable/version.rb with the new version
  3. Run rake gem:gemspec to update gemspec
  4. Run rake gem:install to sanity check your work
  5. Create pull request with all that
  6. Merge the pull request when CI is green
  7. Ensure you have latest changes locally
  8. RunVERSION=x.y.z rake git:tag:create to create tag in git
  9. Push tag to upstream: git push --tags upstream
  10. Watch GitHub Actions build and push the gem to RubyGems.org