summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 9c7e61927..76436d5de 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,6 +34,7 @@ task :default do
sh %{rake -T}
end
+desc "Create the tarball and the gem - use when releasing"
task :puppetpackages => [:create_gem, :package]
desc "Run the specs under spec/"