mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-15 08:13:16 +08:00
12 lines
233 B
Bash
Executable File
12 lines
233 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 push -u origin main
|
|
|
|
cz bump --check-consistency --increment patch
|
|
|
|
git push -u origin main --tags
|