Skip to content

Commit 83df3b2

Browse files
author
Dan Kubb
committed
Renamed rake task as release_all
1 parent 61be84e commit 83df3b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ task :bundle => [ :package, :build_gems ] do
125125
end
126126
end
127127

128+
# NOTE: this task must be named release_all, and not release
128129
desc "Release #{GEM_NAME} #{GEM_VERSION}"
129-
task :release do
130+
task :release_all do
130131
sh "rake release VERSION=#{GEM_VERSION}"
131132
GEM_PATHS.each do |dir|
132133
Dir.chdir(dir) { rake "release VERSION=#{GEM_VERSION}" }

0 commit comments

Comments
 (0)