Add tag.sh

This commit is contained in:
Annika Backstrom 2024-05-19 00:50:27 +01:00
parent c6ee55870f
commit a5d46e53ac
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE

4
tag.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
git tag -fa v1 -m 'Update tag v1'
git push -f --tags