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:
parent
24a114ffd7
commit
ad8952cc2c
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue