feat: add support for "perf" commit type

This commit is contained in:
Bilal Shaikh 2022-01-21 10:29:11 -05:00 committed by GitHub
parent 2b8587efef
commit e2c30be56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ const DEFAULT_COMMIT_TYPES = [
"refactor",
"test",
"build",
"perf",
"ci",
"chore",
"revert",