1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-18 08:02:51 +00:00
Yuika/.releaserc.json
2021-04-14 17:29:45 +07:00

21 lines
440 B
JSON

{
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/yuika.zip",
"label": "Theme zip"
}
]
}
]
]
}