1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Add push task

This commit is contained in:
Erik Michaels-Ober 2011-04-28 18:33:32 -07:00
parent c5894f2a57
commit 7104c108ee

View file

@ -36,6 +36,8 @@ task :tag do
sh "git push --tags"
end
task :push => 'all:push'
desc 'Build, tag, and push gems for all projects to Rubygems'
task :release => [:build, :tag, :push]