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