We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d98b8 commit aa860d9Copy full SHA for aa860d9
README.textile
@@ -59,6 +59,7 @@ h2. Usage
59
$ gem bump --to minor # Bump the gem version to the next minor level (e.g. 0.0.1 to 0.1.0)
60
$ gem bump --to major # Bump the gem version to the next major level (e.g. 0.0.1 to 1.0.0)
61
$ 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
63
</pre>
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