All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
472 B
JSON
25 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"
|
|
}
|
|
}
|
|
}
|