Skip to content

Commit aa860d9

Browse files
author
Sven Fuchs
committed
mention $ gem bump --push in the readme
1 parent b1d98b8 commit aa860d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.textile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ h2. Usage
5959
$ gem bump --to minor # Bump the gem version to the next minor level (e.g. 0.0.1 to 0.1.0)
6060
$ gem bump --to major # Bump the gem version to the next major level (e.g. 0.0.1 to 1.0.0)
6161
$ gem bump --to 1.1.1 # Bump the gem version to the given version number
62+
$ gem bump --push # Bump and git push to origin
6263
</pre>
6364

64-
If you don't specify a gemspec filename the first *.gemspec file found in your current working directory will be used.
65+
If you don't specify a gemspec filename the first *.gemspec file found in your current working directory will be used.

0 commit comments

Comments
 (0)