added newtag.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2021-11-07 17:28:28 +01:00
parent 87d6e17154
commit 0c717c0428

4
newtag.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git tag $(date +"%Y.%m.%d")
git push --tags