mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 03:59:32 +01:00
Merge pull request #3 from bilalshaikh42/patch-1
feat: add support for "perf" commit type
This commit is contained in:
commit
8c75ac46e3
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const DEFAULT_COMMIT_TYPES = [
|
|||
"refactor",
|
||||
"test",
|
||||
"build",
|
||||
"perf",
|
||||
"ci",
|
||||
"chore",
|
||||
"revert",
|
||||
|
|
Loading…
Reference in a new issue