2024-09-27 08:10:51 +00:00
|
|
|
{
|
2024-09-27 08:48:46 +00:00
|
|
|
"branches": [
|
|
|
|
"master"
|
|
|
|
],
|
2024-09-27 08:10:51 +00:00
|
|
|
"plugins": [
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
"@semantic-release/release-notes-generator",
|
2024-09-27 10:39:22 +00:00
|
|
|
"@semantic-release/changelog",
|
|
|
|
{
|
|
|
|
"name": "@semantic-release/exec",
|
|
|
|
"config": {
|
2024-09-27 22:52:24 +00:00
|
|
|
"prepareCmd": "${github.workspace}/.output/web-chat-${nextRelease.version}-chrome.zip"
|
2024-09-27 10:39:22 +00:00
|
|
|
}
|
|
|
|
},
|
2024-09-27 08:48:46 +00:00
|
|
|
[
|
2024-09-27 10:39:22 +00:00
|
|
|
"@semantic-release/github",
|
2024-09-27 08:48:46 +00:00
|
|
|
{
|
2024-09-27 10:39:22 +00:00
|
|
|
"assets": [
|
|
|
|
{
|
2024-09-27 22:47:01 +00:00
|
|
|
"path": ".output/web-chat-0.0.1-chrome.zip"
|
2024-09-27 10:39:22 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"labels": [
|
|
|
|
"release"
|
|
|
|
]
|
2024-09-27 08:48:46 +00:00
|
|
|
}
|
|
|
|
],
|
2024-09-27 11:02:58 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{
|
|
|
|
"assets": [
|
|
|
|
"package.json"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2024-09-27 08:10:51 +00:00
|
|
|
]
|
|
|
|
}
|