1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

new version script

This commit is contained in:
涵曦
2024-02-24 13:26:33 +08:00
parent bea7b2d4eb
commit dfc78b6af5

View File

@@ -29,6 +29,6 @@ echo "新版本号:$new_version"
git diff
git add $version_file
git commit -m "new version v$version"
git tag v$version
git commit -m "new version v$new_version"
git tag v$new_version
git push -u origin main --tags