From 83ce4a31652e06d7cece96a8f16c75f397aa353c Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 10 Jun 2022 19:41:52 +0100 Subject: [PATCH] doc: Needed more commit types to be clearer --- .githooks/commit-msg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.githooks/commit-msg b/.githooks/commit-msg index a04c605..3b9239d 100755 --- a/.githooks/commit-msg +++ b/.githooks/commit-msg @@ -11,6 +11,8 @@ print("Commit message is: " + commitmsg) ALLOWED_COMMIT_TYPES = [ "cicd", + "refactor", + "depbump", "typo", "fmt", "doc",