chore: standard-version configuration for perf commits

This commit is contained in:
Fabio Di Stasio 2021-01-23 16:06:21 +01:00
parent a11bac504c
commit 8b914446b0
1 changed files with 7 additions and 0 deletions

7
.versionrc.json Normal file
View File

@ -0,0 +1,7 @@
{
"types": [
{"type":"feat","section":"Features"},
{"type":"perf","section":"Improvements"},
{"type":"fix","section":"Bug Fixes"}
]
}