Fix releasing.

This commit is contained in:
bootstraponline
2012-08-06 18:31:36 -06:00
parent d234bbd861
commit 410cd912ac
+3 -1
View File
@@ -520,8 +520,10 @@ your changes merged back into core is as follows:
1. Send a pull request to the github/gollum project.
## RELEASING
Update VERSION in lib/gollum.rb
$ rake gemspec
$ git tag vX.Y.Z
$ git push origin vX.Y.Z
$ gem build gollum.gemspec
$ gem push gollum-X.Y.Z.gem