README.md in runcible-0.4.11 vs README.md in runcible-0.4.12

- old
+ new

@@ -2,11 +2,11 @@ [![Build Status](https://secure.travis-ci.org/Katello/runcible.png)](http://travis-ci.org/Katello/runcible) Exposing Pulp's juiciest parts. http://www.pulpproject.org/ -Latest Live Tested Version: **pulp-server-2.1.2-0.2.beta.el6.noarch** +Latest Live Tested Version: **pulp-server-2.2.0-0.20.beta.el6.noarch** Current stable Runcible: https://github.com/Katello/runcible/tree/0.3 For in-depth class and method documentation: http://katello.github.com/runcible/ @@ -118,9 +118,14 @@ git add ./ git commit -a -m 'Updating docs to version X.X' git push <upstream> gh-pages ## Building and Releasing + +An official release of Runcible should include the release of a gem on rubygems.org and an update to the documentation branch. At a minimum, the following two actions should be performed for each release: + +1. [Build and Release Gem](#gem) +2. [Updating Documentation](#updating-documentation) ### Gem While anyone can grab the source and build a new version of the gem, only those with Rubygems.org permissions on the project can release an official version.