summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 70a45d94c0..e9e345dbf8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,7 @@ task :uninstall do
end
desc "Build it, tag it and ship it"
-task :ship => :gem do
+task :ship => [:clobber_package, :gem] do
sh("git tag #{Chef::VERSION}")
sh("git push opscode --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|