Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 217 Bytes

RELEASE.md

File metadata and controls

6 lines (5 loc) · 217 Bytes

Release Process

  • tag the commit git tag -v0.0.0
  • push tags to origin git push origin --tags
  • Travis will automatically build and push to rubygems
  • TODO: have travis push the tag using info from version.rb