19 lines
319 B
JSON
19 lines
319 B
JSON
|
{
|
||
|
"git": {
|
||
|
"commitMessage": "chore: release v${version}"
|
||
|
},
|
||
|
"github": {
|
||
|
"release": true,
|
||
|
"releaseName": "v${version}"
|
||
|
},
|
||
|
"npm": {
|
||
|
"publish": false
|
||
|
},
|
||
|
"plugins": {
|
||
|
"@release-it/conventional-changelog": {
|
||
|
"preset": "conventionalcommits",
|
||
|
"infile": "CHANGELOG.md"
|
||
|
}
|
||
|
}
|
||
|
}
|