dotnet-version-cli
dotnet-version-cli copied to clipboard
Add option to skip pre-commit hooks
We have pre-commit hooks in our repo. We need to have an option to skip this (similar to --no-verify option in git) while bumping the version to meet the default 1000ms timeout when committing the version bump change.
Thanks for the PR and suggestion.
A few thoughts:
- We could increase the timeout to allow for the hooks to complete
- We could add an additional arg to the version cli it self, to allow skipping hooks?