We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Hi, there's a question from gordon-jetstar-tw and nueng-tw According to this statement
Why there's no version update triggered when pre-commit hook triggered?
To Reproduce Steps to reproduce the behavior:
run ./.git/hooks/bin/talisman --version
./.git/hooks/bin/talisman --version
run ./.git/hooks/bin/talisman --githook pre-commit
./.git/hooks/bin/talisman --githook pre-commit
run ./.git/hooks/bin/talisman --version again. the version still remain the same
Expected behavior The version should be automatically updated to the latest version. (Now it's 1.31.0)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
@pornchanok-tw could you verify that the TALSIMAN_HOME is configured to the same location (./.git/hooks/bin/talisman )
Sorry, something went wrong.
cc @gordon-jetstar-tw @nueng-tw
@tinamthomas this was not configured, but configuring it does not appear to resolve the issue
No branches or pull requests
Describe the bug
Hi, there's a question from gordon-jetstar-tw and nueng-tw
According to this statement
Why there's no version update triggered when pre-commit hook triggered?
To Reproduce
Steps to reproduce the behavior:
run
./.git/hooks/bin/talisman --version
run
./.git/hooks/bin/talisman --githook pre-commit
run
./.git/hooks/bin/talisman --version
again. the version still remain the sameExpected behavior
The version should be automatically updated to the latest version. (Now it's 1.31.0)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: