fix: release flow
This commit is contained in:
parent
113d660790
commit
3cca7572f0
1 changed files with 9 additions and 2 deletions
11
.releaserc
11
.releaserc
|
@ -17,7 +17,7 @@
|
||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"path": ".output/web-chat-${{nextRelease.version}}-chrome.zip"
|
"path": ".output/web-chat-${nextRelease.version}-chrome.zip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [
|
"labels": [
|
||||||
|
@ -25,6 +25,13 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@semantic-release/git"
|
[
|
||||||
|
"@semantic-release/git",
|
||||||
|
{
|
||||||
|
"assets": [
|
||||||
|
"package.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue