VueTorrent/release-please-config.json
2023-12-27 09:09:51 +01:00

26 lines
511 B
JSON

{
"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
}
]
}
}
}