From 7c4080aac42ffc109693dd20672ab3bf09a9db9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 18 Dec 2015 14:56:26 -0200 Subject: Add task to test the release preparation --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c0b9128eff..b4517e2545 100644 --- a/Rakefile +++ b/Rakefile @@ -7,6 +7,9 @@ require 'railties/lib/rails/api/task' desc "Build gem files for all projects" task :build => "all:build" +desc "Prepare the release" +task :prep_release => "all:prep_release" + desc "Release all gems to rubygems and create a tag" task :release => "all:release" -- cgit v1.2.3