mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-06 14:52:50 +08:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
cz bump --check-consistency
|
|
|
|
git push -u origin main --tags
|