1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-19 08:49:45 +08:00

add script to update version

This commit is contained in:
涵曦
2024-01-29 23:28:31 +08:00
parent c69f8e4e65
commit 32fb0e9548

View File

@@ -4,4 +4,4 @@ git diff
git add ./pyproject.toml
git commit -m "new version v$version"
git tag v$version
#git push --tags
git push -u origin main --tags