mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
13 lines
219 B
JSON
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"
|
|
}
|
|
}
|