forked from continuwuation/continuwuity
14 lines
167 B
TOML
14 lines
167 B
TOML
allowed_types = [
|
|
"build",
|
|
"chore",
|
|
"ci",
|
|
"docs",
|
|
"feat",
|
|
"fix",
|
|
"perf",
|
|
"refactor",
|
|
"style",
|
|
"test",
|
|
]
|
|
style = "conventional"
|
|
subject_length = 72
|