Skip to content

Commit

Permalink
add the tag command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Apr 4, 2010
1 parent 1687ed9 commit 1d31990
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.textile
@@ -1,10 +1,20 @@
h1. gem release

This gem plugin adds a `release` command to the rubygems `gem` command which
This gem plugin adds a @tag@ and a @release@ command to the rubygems @gem@ command.

The @tag@ command

* executes @git tag -am 'tag [tag_name]' [tag_name]@ and
* executes @git push --tags origin@

... with @tag_name@ being the version number as specified in your .gemspec preceeded by a @"v"@ (e.g. @v0.0.1@).

The @release@ command

* builds a gem from your gemspec and
* pushes it to rubygems.org
* deletes the gem file
* optionally invokes the @tag@ command

h2. Installation

Expand Down

0 comments on commit 1d31990

Please sign in to comment.