VueTorrent/release-please-config.json

27 lines
511 B
JSON
Raw Normal View History

{
"packages": {
".": {
"release-type": "node",
"include-component-in-tag": false,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Improvements",
"hidden": false
}
]
}
}
}