drnic (owner)

Revisions

gist: 193146 Download_button fork
public
Public Clone URL: git://gist.github.com/193146.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
      task :release => ["git:tag", "git:auto_push"]
      
      task :auto_push do
        if git_release_auto_push
          sh "git push origin --tags"
        end
      end