tools: install pre-commit hook

This commit is contained in:
2026-01-11 20:28:06 +09:00
parent ddcfa7cf41
commit 67b4bb89db

5
.githooks/pre-commit Executable file
View 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