Files
adyen-node-api-library/.release-it.json
2019-09-23 16:02:03 +02:00

13 lines
219 B
JSON

{
"git": {
"tagName": "v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false -u"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}