1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

build: 更新脚本

This commit is contained in:
涵曦
2026-01-07 21:38:11 +08:00
parent 6807c502b8
commit 31bc3c59db
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
./update-holiday.sh
git add xiaomusic/static
git commit -m 'build: update static version'
git pull origin main --rebase
git pull --rebase
cz bump --check-consistency --increment patch
git push -u origin main --tags
git push --tags

View File

@@ -4,8 +4,8 @@
./update-holiday.sh
git add xiaomusic/static
git commit -m 'build: update static version'
git pull origin main --rebase
git pull --rebase
cz bump --check-consistency
git push -u origin main --tags
git push --tags