1 Star 0 Fork 0

李靖/cloak

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.releaserc.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"successComment": false,
"failTitle": false,
"assets": [
{"path": "tmp/cloak-linux", "label": "cloak-linux-amd64"},
{"path": "tmp/cloak-macos", "label": "cloak-macos-darwin"}
]
}],
["@semantic-release-plus/docker", {
"name": "ghcr.io/purton-tech/cloak-server:latest",
"skipLogin": true
}],
["@semantic-release-plus/docker", {
"name": "ghcr.io/purton-tech/cloak-db-migrations:latest",
"skipLogin": true
}],
["@semantic-release-plus/docker", {
"name": "ghcr.io/purton-tech/cloak-envoy:latest",
"skipLogin": true
}],
["@semantic-release-plus/docker", {
"name": "ghcr.io/purton-tech/cloak-external-secrets:latest",
"skipLogin": true
}],
["@semantic-release-plus/docker", {
"name": "ghcr.io/purton-tech/cloak-kubernetes:latest",
"skipLogin": true
}],
["@semantic-release/exec", {
"publishCmd": "./update-config.sh",
"execCwd": "./.github/workflows"
}],
["@semantic-release/exec", {
"publishCmd": "./update-version.sh ${nextRelease.version}",
"execCwd": "./.github/workflows"
}],
["@semantic-release/exec", {
"publishCmd": "./update-git.sh ${nextRelease.version}",
"execCwd": "./.github/workflows"
}]
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrlijing/cloak.git
[email protected]:mrlijing/cloak.git
mrlijing
cloak
cloak
main

搜索帮助