Skip to content

Commit

Permalink
Add some instructions to do a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran committed Mar 8, 2015
1 parent 79b1e5a commit e56aa90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASE.rdoc
@@ -0,0 +1,17 @@
== 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

0 comments on commit e56aa90

Please sign in to comment.