xiaomusic/newversion.sh

10 lines
171 B
Bash
Raw Permalink Normal View History

2024-02-24 05:22:12 +00:00
#!/bin/bash
./update-static-version.py
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