26 lines
472 B
JSON
26 lines
472 B
JSON
|
|
{
|
||
|
|
"git": {
|
||
|
|
"requireUpstream": true,
|
||
|
|
"push": true,
|
||
|
|
"tagName": "v${version}",
|
||
|
|
"commitMessage": "chore: release v${version}"
|
||
|
|
},
|
||
|
|
"npm": {
|
||
|
|
"publish": false
|
||
|
|
},
|
||
|
|
"github": {
|
||
|
|
"release": true,
|
||
|
|
"web": true
|
||
|
|
},
|
||
|
|
"plugins": {
|
||
|
|
"@release-it/conventional-changelog": {
|
||
|
|
"preset": "conventionalcommits",
|
||
|
|
"infile": "CHANGELOG.md"
|
||
|
|
},
|
||
|
|
"@release-it/bumper": {
|
||
|
|
"in": "composer.json",
|
||
|
|
"out": "composer.json"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|