2024-02-24 05:22:12 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-07-15 14:53:25 +00:00
|
|
|
./update-static-version.py
|
2024-07-15 15:37:45 +00:00
|
|
|
git add xiaomusic/static
|
|
|
|
git commit -m 'build: update static version'
|
|
|
|
|
2024-07-14 13:59:46 +00:00
|
|
|
cz bump --check-consistency
|
2024-02-24 05:22:12 +00:00
|
|
|
|
2024-07-06 16:05:28 +00:00
|
|
|
git push -u origin main --tags
|