update: 更新版本

main
huyufei 2023-09-06 10:11:12 +08:00
parent 849d08ed5a
commit 8c95269762
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Version=0.0.2
Version=0.0.1
Branch=main
@ -8,7 +8,7 @@ Branch=main
publish: set_version
git switch ${Branch}
git tag ${Version}
# git push --tags
git push --tags
# make build
# 更新proto结构, 生成对应的cs类, 需要先安装proto工具并建立系统路径
@ -22,4 +22,4 @@ set_version:
# python3 helper.py package.json ${Version}
python3 helper.py set_ver --path ./package.json --ver ${Version}
git commit . -m "publish version to ${Version}"
# git push
git push