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

[misc] rebuild gemfile during release to include updated changelog

closes #374
This commit is contained in:
geemus 2011-06-27 11:30:03 -07:00
parent 37000e0b9e
commit 78dc50f1d5

View file

@ -138,6 +138,7 @@ task :release => :build do
sh "git tag v#{version}"
sh "git push origin master"
sh "git push origin v#{version}"
Rake::Task[:build].invoke # rebuild with updated changelog
sh "gem push pkg/#{name}-#{version}.gem"
Rake::Task[:docs].invoke
end