16 lines
289 B
JSON
16 lines
289 B
JSON
|
{
|
||
|
"increment": "conventional:angular",
|
||
|
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
|
||
|
"safeBump": false,
|
||
|
"src": {
|
||
|
"commitMessage": "chore: release %s",
|
||
|
"tagName": "v%s"
|
||
|
},
|
||
|
"npm": {
|
||
|
"publish": true
|
||
|
},
|
||
|
"github": {
|
||
|
"release": true
|
||
|
}
|
||
|
}
|