I am trying to trigger Git Hooks from the use of Sourcetree's embedded GitFlow functionality.
Basically, I am trying to do something very simple: run a git hook that tags the Master branch after a successful merge (using, for example, the "Release" in GitFlow).
The script works and triggers fine if I do the merge manually. However, when using GitFlow "Finish Release", the script never triggers; even though I understand it is doing precisely a merge.
What gives?
Hi
Does the hook trigger if you run the Git flow commands from the terminal or command line?
If it does, I would expect Sourcetree to do the same but if it is Git-Flow failing then not.
Perhaps this is of help? https://stackoverflow.com/questions/48524221/git-flow-avh-edition-hooks-are-not-executed
Git-Flow also seems to have its own hook mechanism
https://github.com/petervanderdoes/gitflow-avh/tree/develop/hooks
https://github.com/jaspernbrouwer/git-flow-hooks
You are correct; I would expect running "git flow release finish" to trigger the commit/merge hooks, but they do not.
Git Flow runs on its own hooks, such as:
post-flow-hotfix-finish
post-flow-release-finish
pre-flow-release-finish
Thanks for the tip.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.