Sfoglia il codice sorgente

doc: Needed more commit types to be clearer

jamesread 4 anni fa
parent
commit
83ce4a3165
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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",