Files
chat/.release-it.json

21 lines
368 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"github": {
"release": true
},
"git": {
"commitMessage": "chore: release v${version}"
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "echo Version Upgrade Success. checkout more in CHANGELOG"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}