chore: update release it json config
This commit is contained in:
parent
e0c1ba9ee0
commit
3134f615f5
44
.release-it.json
Normal file
44
.release-it.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"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": {
|
||||
"infile": "CHANGELOG.md",
|
||||
"preset": {
|
||||
"name": "conventionalcommits",
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"section": "Document"
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Others"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"section": "Others"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user