mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-05 14:42:50 +08:00
11 lines
209 B
Bash
Executable File
11 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
./update-holiday.sh
|
|
git add xiaomusic/static
|
|
git commit -m 'build: update static version'
|
|
|
|
cz bump --check-consistency --increment patch
|
|
|
|
git push -u origin main --tags
|