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:
parent
37000e0b9e
commit
78dc50f1d5
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -138,6 +138,7 @@ task :release => :build do
|
||||||
sh "git tag v#{version}"
|
sh "git tag v#{version}"
|
||||||
sh "git push origin master"
|
sh "git push origin master"
|
||||||
sh "git push origin v#{version}"
|
sh "git push origin v#{version}"
|
||||||
|
Rake::Task[:build].invoke # rebuild with updated changelog
|
||||||
sh "gem push pkg/#{name}-#{version}.gem"
|
sh "gem push pkg/#{name}-#{version}.gem"
|
||||||
Rake::Task[:docs].invoke
|
Rake::Task[:docs].invoke
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue