-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
More flexible hooks #254
Comments
Can you explain more about "capture context", what do you want to achieve and why the current execution order prevents you from doing this? |
Sure. I would like to make some additional calls to While I was looking for a workaround, I considered creating a hook which would store Context provided in |
Okay, so could it be solved if the context is passed to
I made this order so that users can read the resolved scm version from context when executing their |
Fixes #254 Signed-off-by: Frost Ming <[email protected]>
Feature suggestion
Current state
format_version
in SCM version hook does not have access to ContextAlternative proposals
format_version
to enable more complex logic (eg. additional calls to git)The text was updated successfully, but these errors were encountered: