From 739aecb81c482f72db99eb2483ef4dc6e25ae65b Mon Sep 17 00:00:00 2001 From: Dan Gebhardt Date: Wed, 28 Mar 2012 08:10:53 -0400 Subject: [PATCH] minor README cleanup --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4d6a9b..148750b 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,14 @@ The `bump` command The `tag` command - * executes `git tag -am "tag [tag_name]" [tag_name]` and + * executes `git tag -am "tag [tag_name]" [tag_name]`, with `tag_name` being the version number as specified in your .gemspec preceded by `v` (e.g. `v0.0.1`) * executes `git push origin` * executes `git push --tags origin` -... with `tag_name` being the version number as specified in your .gemspec preceded by `v` (e.g. `v0.0.1`). - The `release` command - * builds a gem from your gemspec and - * pushes it to rubygems.org (or another gemcutter-compatible host) + * builds a gem from your gemspec + * pushes the gem to rubygems.org (or another gemcutter-compatible host) * deletes the gem file * optionally invokes the `tag` command