1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[release] make changelog build separate from release

This commit is contained in:
geemus 2011-07-25 14:11:24 -05:00
parent 3e8a2f3177
commit 9ca8cffc00

View file

@ -128,7 +128,6 @@ end
############################################################################# #############################################################################
task :release => :build do task :release => :build do
Rake::Task[:changelog].invoke
unless `git branch` =~ /^\* master$/ unless `git branch` =~ /^\* master$/
puts "You must be on the master branch to release!" puts "You must be on the master branch to release!"
exit! exit!