From 9ca8cffc000c417a792235438c12855a277fe1ce Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 25 Jul 2011 14:11:24 -0500 Subject: [PATCH] [release] make changelog build separate from release --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index f285b4ce8..4308b5043 100644 --- a/Rakefile +++ b/Rakefile @@ -128,7 +128,6 @@ end ############################################################################# task :release => :build do - Rake::Task[:changelog].invoke unless `git branch` =~ /^\* master$/ puts "You must be on the master branch to release!" exit!