https://blog.csdn.net/qq_33745102/article/details/84992778
git tag -a v1.0 -m 'create a new version' # 将版本推到线上 git push origin v1.0