mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release %s",
|
|
"tagName": "v%s"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular"
|
|
}
|
|
}
|
|
}
|