GeoLite.mmdb/newtag.sh

6 lines
83 B
Bash
Raw Permalink Normal View History

2021-11-07 17:28:28 +01:00
#!/bin/bash
2023-07-31 09:34:25 +02:00
git fetch -p --prune-tags
2021-11-07 17:28:28 +01:00
git tag $(date +"%Y.%m.%d")
git push --tags