tools: install pre-commit hook
This commit is contained in:
5
.githooks/pre-commit
Executable file
5
.githooks/pre-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Run the bump script to increment the patch version in pubspec.yaml and stage it
|
||||
./scripts/bump_patch_version.sh || true
|
||||
Reference in New Issue
Block a user