mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release ${version}",
|
|
"tagName": "v${version}",
|
|
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseName": "${version}"
|
|
},
|
|
"hooks": {
|
|
"after:bump": ["npx auto-changelog -p", "git add ./CHANGELOG.md"]
|
|
}
|
|
}
|