Use rake release in readme

This commit is contained in:
bootstraponline
2012-10-10 19:45:42 -06:00
parent 58bb340c33
commit 4776d0b422
+5 -8
View File
@@ -547,17 +547,14 @@ your changes merged back into core is as follows:
1. Send a pull request to the github/gollum project. 1. Send a pull request to the github/gollum project.
## RELEASING ## RELEASING
For z releases:
$ rake bump
$ rake release
For x.y releases: For x.y releases:
Update VERSION in lib/gollum.rb Update VERSION in lib/gollum.rb
$ rake gemspec $ rake gemspec
$ rake release
For z releases:
$ rake bump
$ git tag vX.Y.Z
$ git push origin vX.Y.Z
$ gem build gollum.gemspec
$ gem push gollum-X.Y.Z.gem
## BUILDING THE GEM FROM MASTER ## BUILDING THE GEM FROM MASTER
$ gem uninstall -aIx gollum $ gem uninstall -aIx gollum