mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
feat: add support for "perf" commit type
This commit is contained in:
parent
2b8587efef
commit
e2c30be56f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const DEFAULT_COMMIT_TYPES = [
|
||||||
"refactor",
|
"refactor",
|
||||||
"test",
|
"test",
|
||||||
"build",
|
"build",
|
||||||
|
"perf",
|
||||||
"ci",
|
"ci",
|
||||||
"chore",
|
"chore",
|
||||||
"revert",
|
"revert",
|
||||||
|
|
Loading…
Reference in a new issue