Skip to content

Commit 1a629c4

Browse files
authored
Add check for gem-release installation (#189)
1 parent af98130 commit 1a629c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/tasks/release.rake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ desc("Releases the gem using the given version.
44
55
IMPORTANT: the gem version must be in valid rubygem format (no dashes).
66
7-
This task depends on the gem-release ruby gem which is installed via `bundle install`
7+
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
810
911
1st argument: The new version in rubygem format (no dashes). Pass no argument to
1012
automatically perform a patch version bump.

0 commit comments

Comments
 (0)