git tag xxx  //打标签

git push origin --tags //更新所有标签到线上

git tag -d xxx  //删除标签