xiaomusic/newversion.sh

6 lines
91 B
Bash
Raw Normal View History

2024-02-24 05:22:12 +00:00
#!/bin/bash
2024-07-06 15:46:15 +00:00
cz bump --check-consistency --increment patch
2024-02-24 05:22:12 +00:00
2024-07-06 16:05:28 +00:00
git push -u origin main --tags