mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 10:43:02 +08:00
chore: updated release it config
This commit is contained in:
parent
8b95078223
commit
5a516dbc47
1 changed files with 18 additions and 1 deletions
|
@ -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!"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue