xiexianbin / bk-cmdb-pkg

蓝鲸 CMDB github 发布自动打包

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmdb

actions

目的

通过简单配置,实现对https://github.com/Tencent/bk-cmdb/releases发布的版本实现自动打包。

自动

./xctl create 3.5.14
./xctl delete 3.5.14

手动

创建

update VERSION,格式为:A.B.C

v=release-v3.2.17
git tag -a $v -m "bk cmdb $v"
git push origin $v

删除

git tag -d <tag-name>    # 删除本地分支
git push origin --delete <tag-name>    # 删除远程分支

About

蓝鲸 CMDB github 发布自动打包

License:MIT License


Languages

Language:Shell 100.0%