-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hooks support #52
Comments
See hooks and filters for AVH gitflow: https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-Hooks-and-Filters |
I just start with hooks implementation (based on PR #79) |
@jnv @jiripavelka @alkuna Hooks proposal: Location: Name
Suffixes:
Example of hook name: Edit: add |
I'd like to make two suggestions:
like in the git-hooks project (https://github.com/icefox/git-hooks).
|
I recommend keeping it simple and sticking with plain Git conventions, anything else can be enforced or supported by respective hooks management software. Users can build their own abstractions upon that. Starting with Git 2.9 there is |
@petrzpav BTW, if you decide to build upon the |
For example Node packages have version in
package.json
. You may want to configure some command or hook to run when OMGF increments version.The text was updated successfully, but these errors were encountered: