修改git commit文本

This commit is contained in:
gfdgd xi 2023-07-06 15:41:32 +08:00
parent 57041e45dc
commit 7c1c45e81d

View File

@ -114,7 +114,7 @@ EOF
git pull git pull
git config --global user.email 3025613752@qq.com git config --global user.email 3025613752@qq.com
git config --global user.name gfdgd-xi git config --global user.name gfdgd-xi
git commit -m 提交$MAINVERSION git commit -m 提交$VERSION
git push git push
else else
# move deb packages to artifact dir # move deb packages to artifact dir
@ -173,6 +173,6 @@ EOF
git pull git pull
git config --global user.email 3025613752@qq.com git config --global user.email 3025613752@qq.com
git config --global user.name gfdgd-xi git config --global user.name gfdgd-xi
git commit -m 提交$MAINVERSION git commit -m 提交$VERSION
git push git push
fi fi