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

install package prior to finishing the rest of release

This commit is contained in:
geemus 2010-04-23 11:39:51 -07:00
parent 24a114ffd7
commit ad8952cc2c

View file

@ -92,6 +92,7 @@ task :release => :build do
puts "You must be on the master branch to release!"
exit!
end
sh "sudo gem install pkg/#{name}-#{version}.gem"
sh "git commit --allow-empty -a -m 'Release #{version}'"
sh "git tag v#{version}"
sh "git push origin master"