mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
27 lines
511 B
JSON
27 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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|