@ -1,4 +1,6 @@
#!/bin/bash
for i in $(git tag --list | xargs); do git tag --delete ${i}; done
git pull
git tag $(date +"%Y.%m.%d")
git push --tags
The note is not visible to the blocked user.