Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 323 Bytes

File metadata and controls

15 lines (11 loc) · 323 Bytes

Releasing

Needed:

$ gem install gem-release

Steps:

  1. bundle exec rspec
  2. phony.gemspec - increase version: New country, patch; New/changed feature, minor; Completely changed API, major.
  3. history.md - add a new entry on top with the version. Describe and give thanks!
  4. gem release
  5. gem tag