瀏覽代碼

doc: Needed more commit types to be clearer

jamesread 4 年之前
父節點
當前提交
83ce4a3165
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .githooks/commit-msg

+ 2 - 0
.githooks/commit-msg

@@ -11,6 +11,8 @@ print("Commit message is: " + commitmsg)
 
 ALLOWED_COMMIT_TYPES = [
     "cicd",
+    "refactor",
+    "depbump",
     "typo",
     "fmt",
     "doc",