update: 设置message

main
huyufei 2023-09-06 10:11:37 +08:00
parent 8c95269762
commit 831747d92f
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ set_version:
git switch ${Branch}
# python3 helper.py package.json ${Version}
python3 helper.py set_ver --path ./package.json --ver ${Version}
git commit . -m "publish version to ${Version}"
git commit . -m "update: set version to ${Version}"
git push