mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 10:27:32 +00:00
20 lines
437 B
JSON
20 lines
437 B
JSON
|
{
|
||
|
"branches": [
|
||
|
"main"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@semantic-release/commit-analyzer",
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
[
|
||
|
"@semantic-release/github",
|
||
|
{
|
||
|
"assets": [
|
||
|
{
|
||
|
"path": "dist/yuika.zip",
|
||
|
"label": "Theme zip"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|