mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-01-12 17:42:17 +08:00
24 lines
598 B
JSON
24 lines
598 B
JSON
{
|
|
"git": {
|
|
"push": true,
|
|
"tagName": "v${version}",
|
|
"commitMessage": "chore: release v${version}",
|
|
"changelog": "auto-changelog --stdout --unreleased --template ./templates/changelog-template.hbs"
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseNotes": "auto-changelog --stdout --unreleased --template ./templates/release-template.hbs"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular"
|
|
}
|
|
},
|
|
"hooks": {
|
|
"after:bump": "auto-changelog -p --template ./templates/changelog-template.hbs"
|
|
}
|
|
}
|