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 fbf3fa5 commit 4245965Copy full SHA for 4245965
.husky/prepare-commit-msg
@@ -28,10 +28,11 @@ version_str='"version": '
28
# read message to var
29
commit_msg=$(cat $1)
30
31
-if [[ $commit_msg =~ $commit_types$parens'!?'$msg ]]; then
32
- echo 'Use Conventional Commits: https://conventionalcommits.org'
33
- exit 1
34
-fi
+# TODO: fix this, as it does not work...
+#if [[ $commit_msg =~ $commit_types$parens'!?'$msg ]]; then
+# echo 'Use Conventional Commits: https://conventionalcommits.org'
+# exit 1
35
+#fi
36
37
# bump version function
38
bumpVersion() {
0 commit comments