build(root): add helper scripts for commit and push

Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
zontreck 2024-10-05 11:31:34 -07:00
parent 594184940a
commit 9fb1f939a6
2 changed files with 9 additions and 0 deletions

5
commit Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
source venv/bin/activate
git add --all .
cz commit -- -s

4
push Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
git push --all
git push --tags