Fix release

This commit is contained in:
bootstraponline
2012-10-21 17:13:56 -06:00
parent 5400b4bfdd
commit f48e923f28
+1
View File
@@ -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"