From f48e923f2832eac7cc5233994cddca56b5afb467 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 21 Oct 2012 17:13:56 -0600 Subject: [PATCH] Fix release --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 75f2c895..91e92f2e 100644 --- a/Rakefile +++ b/Rakefile @@ -113,6 +113,7 @@ task :release => :build do puts "You must be on the master branch to release!" exit! end + sh "git pull" sh "git commit --allow-empty -a -m 'Release #{version}'" sh "git tag v#{version}" sh "git push origin master"