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

This commit is contained in:
Paul 2023-07-31 10:08:10 +02:00
parent 87a2411c23
commit 57b47f9b81

View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
for i in $(git tag --list | xargs); do git tag --delete ${i}; done git fetch -p --prune-tags
git pull
git tag $(date +"%Y.%m.%d") git tag $(date +"%Y.%m.%d")
git push --tags git push --tags