Skip to content

Commit

Permalink
minor README cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 28, 2012
1 parent 531f808 commit 739aecb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 739aecb

Please sign in to comment.