docs for releasing the gem

This commit is contained in:
Corey Donohoe
2012-04-25 20:52:40 +02:00
parent 9b92e9d325
commit 4a50635fe1
+6
View File
@@ -475,3 +475,9 @@ your changes merged back into core is as follows:
1. If necessary, rebase your commits into logical chunks, without errors 1. If necessary, rebase your commits into logical chunks, without errors
1. Push the branch up to GitHub 1. Push the branch up to GitHub
1. Send a pull request to the github/gollum project. 1. Send a pull request to the github/gollum project.
## RELEASING
$ rake gemspec
$ gem build gollum.gemspec
$ gem push gollum-X.Y.Z.gem