Merge pull request #3 from bilalshaikh42/patch-1

feat: add support for "perf" commit type
This commit is contained in:
Adrian Smijulj 2022-06-12 19:04:30 +02:00 committed by GitHub
commit 8c75ac46e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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