From 4a50635fe10b08d736b92e0b3eee6cbf93c56f44 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Wed, 25 Apr 2012 20:52:40 +0200 Subject: [PATCH] docs for releasing the gem --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 704af886..ddeec5a4 100644 --- a/README.md +++ b/README.md @@ -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. Push the branch up to GitHub 1. Send a pull request to the github/gollum project. + +## RELEASING + + $ rake gemspec + $ gem build gollum.gemspec + $ gem push gollum-X.Y.Z.gem