chore: updated release it config

This commit is contained in:
Miodec 2023-08-13 01:28:41 +02:00
parent 8b95078223
commit 5a516dbc47

View file

@ -20,7 +20,24 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "impr",
"section": "Improvements"
},
{
"type": "fix",
"section": "Fixes"
},
{}
]
},
"writerOpts": {
"headerPartial": "Thank you to all the contributors!"
}