We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e06ac commit baa0ea1Copy full SHA for baa0ea1
1 file changed
src/DynamicDockerCompose/.build/CakeRelease/Git/Hooks/commit-msg
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor)(\(.+?\))?: .{1,}$"; then
+if ! head -1 "$1" | grep -qE "^(build|ci|docs|feat|fix|perf|refactor|test)(\(.+?\))?: .{1,}$"; then
3
echo "Aborting commit. Your commit message is invalid." >&2
4
exit 1
5
fi
0 commit comments