mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-20 13:34:30 +01:00
build: add config for standard version
This commit is contained in:
parent
7c900be4d0
commit
a6b62d21b7
1 changed files with 16 additions and 0 deletions
16
.versionrc
Normal file
16
.versionrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"section": "Improvements"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue