doc: Needed more commit types to be clearer
This commit is contained in:
parent
a140201267
commit
83ce4a3165
|
|
@ -11,6 +11,8 @@ print("Commit message is: " + commitmsg)
|
|||
|
||||
ALLOWED_COMMIT_TYPES = [
|
||||
"cicd",
|
||||
"refactor",
|
||||
"depbump",
|
||||
"typo",
|
||||
"fmt",
|
||||
"doc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue