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!