build: add config for standard version

This commit is contained in:
AP 2020-04-14 17:33:22 +02:00
parent 7c900be4d0
commit a6b62d21b7

16
.versionrc Normal file
View File

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