diff --git a/.githooks/pre-commit b/.githooks/pre-commit new file mode 100755 index 0000000..5b723d3 --- /dev/null +++ b/.githooks/pre-commit @@ -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