Outlook_Addin_LLM/node_modules/use-disposable/.release-it.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"
}
}