mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 22:44:14 +08:00
18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release %s",
|
|
"tagName": "v%s"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular"
|
|
}
|
|
}
|
|
}
|