Skip to content

Commit

Permalink
install package prior to finishing the rest of release
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Apr 23, 2010
1 parent 24a114f commit ad8952c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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"
Expand Down

0 comments on commit ad8952c

Please sign in to comment.