Skip to content

Commit e56aa90

Browse files
committed
Add some instructions to do a release
1 parent 79b1e5a commit e56aa90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.rdoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
== Prerequisite
2+
3+
- Install "git-flow" (brew install git-flow)
4+
- Install "bump" gem (gem install bump)
5+
6+
== Perform a release
7+
8+
- git flow release start <release>
9+
- Update the CHANGELOG.rdoc file
10+
- bump current
11+
- bump patch
12+
- rm -rf dist
13+
- rake spec
14+
- rake gem
15+
- git flow release finish <release>
16+
17+
- rake gem:publish

0 commit comments

Comments
 (0)