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 af98130 commit 1a629c4Copy full SHA for 1a629c4
lib/tasks/release.rake
@@ -4,7 +4,9 @@ desc("Releases the gem using the given version.
4
5
IMPORTANT: the gem version must be in valid rubygem format (no dashes).
6
7
-This task depends on the gem-release ruby gem which is installed via `bundle install`
+This task depends on the gem-release ruby gem (listed as a dev dependency).
8
+If you get 'Unknown command bump' errors, install gem-release:
9
+ gem install gem-release
10
11
1st argument: The new version in rubygem format (no dashes). Pass no argument to
12
automatically perform a patch version bump.
0 commit comments