Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 315 Bytes

File metadata and controls

17 lines (13 loc) · 315 Bytes
  • Install “git-flow” (brew install git-flow)

  • Install “bump” gem (gem install bump)

  • git flow release start <release>

  • Update the CHANGELOG.rdoc file

  • bump current

  • bump patch

  • rm -rf dist

  • rake spec

  • rake gem

  • git flow release finish <release>

  • rake gem:publish