diff --git a/Makefile b/Makefile index db5b8ae..61078f7 100644 --- a/Makefile +++ b/Makefile @@ -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