From abf8cb87370b227187db3d3d26554445248f7743 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Mon, 16 Jan 2023 08:42:54 -0800 Subject: [PATCH] chore: don't enforce cz As a template repository, commitizen should be optional. Also the `cz` hook prevents `git rebase`, which is more common command than `cz`. See https://github.com/commitizen/cz-cli/issues/672#issuecomment-527904774 --- .husky/prepare-commit-msg | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .husky/prepare-commit-msg diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg deleted file mode 100755 index 7ada12c..0000000 --- a/.husky/prepare-commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -exec