Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 315 Bytes

RELEASE.rdoc

File metadata and controls

17 lines (13 loc) · 315 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.rdoc file

  • bump current

  • bump patch

  • rm -rf dist

  • rake spec

  • rake gem

  • git flow release finish <release>

  • rake gem:publish