Add rake bump to readme

This commit is contained in:
bootstraponline
2012-10-10 19:38:53 -06:00
parent ac432aad78
commit ee790a9b7c
+5
View File
@@ -547,8 +547,13 @@ your changes merged back into core is as follows:
1. Send a pull request to the github/gollum project.
## RELEASING
For x.y releases:
Update VERSION in lib/gollum.rb
$ rake gemspec
For z releases:
$ rake bump
$ git tag vX.Y.Z
$ git push origin vX.Y.Z
$ gem build gollum.gemspec