mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-12 15:48:13 +08:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
cz bump --check-consistency --increment patch
|
|
|
|
git push -u origin main --tags
|