We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0161603 commit fff7914Copy full SHA for fff7914
check-commit-msg.sh
@@ -10,3 +10,4 @@ if ! echo "$commit_message" | grep -qE "$COMMIT_MSG_REGEX"; then
10
echo "The message must begin with one of the following keywords: feat, fix, docs, style, refactor, test, chore."
11
exit 1
12
fi
13
+
0 commit comments