10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
git add xiaomusic/static
|
|
git commit -m 'build: update static version'
|
|
|
|
cz bump --check-consistency
|
|
|
|
git push -u origin main --tags
|