mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"increment": "conventional:angular",
|
|
"scripts": {
|
|
"changelog": "conventional-changelog -p angular | tail -n +3"
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release %s",
|
|
"tagName": "v%s"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
}
|