chore: Update release-it cc

This commit is contained in:
Marc Rousavy 2021-06-10 14:30:57 +02:00
parent 0e606affce
commit 26cf21ff5f

View File

@ -115,7 +115,27 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "✨ Features"
},
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{
"type": "perf",
"section": "💨 Performance Improvements"
},
{
"type": "docs",
"section": "📚 Documentation"
}
]
}
}
}
},