mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-18 08:43:17 +08:00
12 lines
194 B
Bash
Executable File
12 lines
194 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 --tags
|