Преглед изворни кода

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",