add gitcode

This commit is contained in:
Looly
2024-12-19 21:29:34 +08:00
parent 4e2c460ab6
commit 9c8dadf600
5 changed files with 27 additions and 5 deletions

View File

@@ -6,7 +6,11 @@ git checkout v5-master
echo -e "\033[32mMerge v5-dev branch\033[0m"
git merge v5-dev -m 'Prepare release'
echo -e "\033[32mPush to origin v5-master\033[0m"
echo -e "\033[32mPush to Github(origin) v5-master\033[0m"
git push origin v5-master
echo -e "\033[32mPush to osc v5-master\033[0m"
echo -e "\033[32mPush to Gitee v5-master\033[0m"
git push osc v5-master
echo -e "\033[32mPush to Gitcode v5-master\033[0m"
git push gitcode v5-master