12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"github": {
|
|
"release": 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"
|
|
},
|
|
"hooks": {
|
|
"after:bump": "npx auto-changelog -p"
|
|
}
|
|
}
|