From 5a53342d9769ca0447d4a0f65735db5ad6934947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20Miesi=C4=85c?= <tadeusz.miesiac@gmail.com> Date: Mon, 18 Sep 2023 15:57:25 +0200 Subject: [PATCH] feat(added commitzen hook to husky): from now it's required to use conventional commits --- .husky/commit-msg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .husky/commit-msg diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 00000000..c160a771 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx --no -- commitlint --edit ${1} -- GitLab