1 Star 0 Fork 1

hwl318/insights

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.releaserc 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"breaking": true,
"release": false
}
]
},
[
"@semantic-release/exec",
{
"prepareCmd": 'sed -ir "s/[0-9]*\.[0-9]*\.[0-9]*/${nextRelease.version}/" insights/__init__.py'
}
],
[
"@semantic-release/git",
{
"assets": [
"insights/__init__.py"
],
"message": "chore(release): bumped to v${nextRelease.version}"
}
],
"@semantic-release/github"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hwl318/insights.git
git@gitee.com:hwl318/insights.git
hwl318
insights
insights
develop

搜索帮助