GeoLite.mmdb/newtag.sh
Paul Lecuq 0c717c0428
All checks were successful
continuous-integration/drone/push Build is passing
added newtag.sh
2021-11-07 17:28:28 +01:00

5 lines
57 B
Bash
Executable File

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