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 Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 ping across and I'll help where I can.

--Keenan

On Sep 8, 2010, at 9:13 AM, JDeville wrote:

 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 Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.