Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 337 Bytes

RELEASE.md

File metadata and controls

19 lines (13 loc) · 337 Bytes

Prerequisite

  • Install "git-flow" (brew install git-flow)
  • Install "bump" gem (gem install bump)

Perform a release

  • git flow release start <release>

  • Update the CHANGELOG.md file

  • bump current

  • bump patch

  • rm -rf dist

  • rake spec

  • rake gem

  • git flow release finish <release>

  • rake gem:publish