mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-06 14:52:50 +08:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cz bump --check-consistency --increment patch
|
|
|
|
git push -u origin main --tags
|