doc: Needed more commit types to be clearer

This commit is contained in:
jamesread 2022-06-10 19:41:52 +01:00
parent a140201267
commit 83ce4a3165
1 changed files with 2 additions and 0 deletions

View File

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