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 = [
|
ALLOWED_COMMIT_TYPES = [
|
||||||
"cicd",
|
"cicd",
|
||||||
|
"refactor",
|
||||||
|
"depbump",
|
||||||
"typo",
|
"typo",
|
||||||
"fmt",
|
"fmt",
|
||||||
"doc",
|
"doc",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue