You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the New version fields documentation for Hooks, BVHOOK_NEW_VERSION and BVHOOK-NEW_TAG should be available as environment variables. However, when I output the environment as part of my pre_commit_hooks and post_commit_hooks, I'm not seeing them. And when I look at the hooks.py source file, I'm not seeing any way these environment variables could be generated.
What I Did
I configured a pre-commit hook to output the BVHOOK environment variables:
Description
According to the New version fields documentation for Hooks,
BVHOOK_NEW_VERSION
andBVHOOK-NEW_TAG
should be available as environment variables. However, when I output the environment as part of mypre_commit_hooks
andpost_commit_hooks
, I'm not seeing them. And when I look at the hooks.py source file, I'm not seeing any way these environment variables could be generated.What I Did
I configured a pre-commit hook to output the
BVHOOK
environment variables:And then I triggered a version bump with extra-verbose output:
This was in the output:
The text was updated successfully, but these errors were encountered: