Automatic tagging of your 'real' git repo after push

2010-09-08 Thread JDeville
I'd like to have every push to prod be automatically tagged in some way. (My repo is on github) I know with the http hooks I should be able to write something that will do this, but I thought I'd see if it'd already been done. -- You received this message because you are subscribed to the

Re: Automatic tagging of your 'real' git repo after push

2010-09-08 Thread Keenan Brock
Hi Jeff, Jeweler has a rake task to send tags to github. You may want to take a peek in there to get the code you need. Setting up a deploy:prod rake task or something could tag, push to github, and push to heroku. - Or what ever your process may be. If you can't find what you need, send a