README.md in headmin-0.2.2 vs README.md in headmin-0.2.3

- old
+ new

@@ -92,11 +92,18 @@ ``` Update the version number of the gem ```shell +# First bundle if new runtime dependencies were added +$ bundle +$ git push + +# Update the version number and tag the release $ gem bump -v {patch,minor,major,...} -p $ gem tag -p + +# Release to Rubygems $ gem release ``` Update the node module ```