7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./update-static-version.py
|
|
cz bump --check-consistency --increment patch
|
|
|
|
git push -u origin main --tags
|