18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "conventionalcommits",
|
|
"infile": "CHANGELOG.md"
|
|
}
|
|
},
|
|
"git": {
|
|
"requireCleanWorkingDir": false,
|
|
"commitMessage": "chore: release v${version}",
|
|
"tagName": "v${version}",
|
|
"add": "CHANGELOG.md"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
}
|