Skip to content

Commit 4245965

Browse files
committed
ci: add todo
1 parent fbf3fa5 commit 4245965

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.husky/prepare-commit-msg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ version_str='"version": '
2828
# read message to var
2929
commit_msg=$(cat $1)
3030

31-
if [[ $commit_msg =~ $commit_types$parens'!?'$msg ]]; then
32-
echo 'Use Conventional Commits: https://conventionalcommits.org'
33-
exit 1
34-
fi
31+
# TODO: fix this, as it does not work...
32+
#if [[ $commit_msg =~ $commit_types$parens'!?'$msg ]]; then
33+
# echo 'Use Conventional Commits: https://conventionalcommits.org'
34+
# exit 1
35+
#fi
3536

3637
# bump version function
3738
bumpVersion() {

0 commit comments

Comments
 (0)