@eeacms/volto-accordion-block
Version:
volto-accordion-block: Volto accordion block
19 lines (18 loc) • 618 B
JSON
{
"npm": {
"publish": true
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"tagName": "${version}"
},
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"before:init": "",
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}