mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-15 08:13:16 +08:00
13 lines
203 B
Bash
Executable File
13 lines
203 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
./update-holiday.sh
|
|
git add xiaomusic/static
|
|
git commit -m 'build: update static version'
|
|
git pull --rebase
|
|
|
|
cz bump --check-consistency
|
|
|
|
git push
|
|
git push --tags
|