Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-flow specific hooks #60

Open
Thiana opened this issue Oct 19, 2010 · 7 comments
Open

git-flow specific hooks #60

Thiana opened this issue Oct 19, 2010 · 7 comments

Comments

@Thiana
Copy link

Thiana commented Oct 19, 2010

Have you considered adding hooks for git-flow?

ie, flow-{action} [start|finish] - Invoked when {action} is started/finished would be ideal for integrating with an issue tracker to mark a feature/hotfix/etc as assigned/closed.

@nvie
Copy link
Owner

nvie commented Oct 19, 2010

Yeah, there definitely will be hooks for many actions, but I think I'll reserve them for the rewrite. I don't want to add too many things now that will change with the next major release again.

There should be hooks for before/after actions, validating, auto-bumping of version number and many a few more.

@jankeesvw
Copy link

+1 for this feature!!

I would use this to upload my project to the staging server on 'git flow feature finish' and upload to the production server with 'git flow release finish'

@haf
Copy link

haf commented Sep 22, 2011

+1

@stangel
Copy link

stangel commented Dec 13, 2011

+1 more! Is this still on your radar?

@jamescarr
Copy link

Yeah! I was just having some devs complain the other day that they wish calling "git flow release 1.0.25" would automatically update the version in their package.json for them because it's a release chore. :)

@petervanderdoes
Copy link

Please check #171 (comment) as there is a fork available with hooks implementation. It's a work in progress so I need people to test the living daylights out the fork.

@isnok
Copy link

isnok commented Jan 27, 2014

good idea! +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants