Commit 610dc871 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] gem:release depends on gem:build.

parent 8a1e8295
......@@ -77,7 +77,7 @@ namespace :gem do
end
desc "Run all specs, build and install gem, commit version change, tag version change, and push everything"
task :release do
task :release => :build do
unless ENV['SKIP_CHECKS']
if `git symbolic-ref HEAD 2>/dev/null`.strip.split('/').last != 'master'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment