aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-18 14:56:26 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-18 14:56:26 -0200
commit7c4080aac42ffc109693dd20672ab3bf09a9db9b (patch)
treee517e53851f85c39d37aa0ed345df4d070f75d13 /Rakefile
parent1c47f7d1849ee8b4283d4836d400098f483cc250 (diff)
downloadrails-7c4080aac42ffc109693dd20672ab3bf09a9db9b.tar.gz
rails-7c4080aac42ffc109693dd20672ab3bf09a9db9b.tar.bz2
rails-7c4080aac42ffc109693dd20672ab3bf09a9db9b.zip
Add task to test the release preparation
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
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"