We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3080533 commit 425f2b3Copy full SHA for 425f2b3
1 file changed
lefthook.yml
@@ -11,8 +11,7 @@ pre-commit:
11
glob: "package.json"
12
run: |
13
if git diff --cached package.json | grep -q '^\+.*"version":'; then
14
- echo "❌ Error: Direct version bumps in package.json are not allowed."
15
- echo "Please use the release workflow to bump versions."
+ echo "❌ Please don't edit the version manually. Version bumps are handled automatically when the package is released via the release workflow."
16
exit 1
17
fi
18
commit-msg:
0 commit comments