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