Tag追加

git checkout master
git tag a.b.c
git push --tags

Tag削除

git tag -d n.n.n
git push origin :refs/tags/n.n.n