Release 2.3.2

This commit is contained in:
bootstraponline
2012-10-22 19:21:10 -06:00
parent e08d2d3052
commit b6633f0ecb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -113,8 +113,8 @@ 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 pull"
sh "git tag v#{version}"
sh "git push origin master"
sh "git push origin v#{version}"