1. git tag : 查看本地标签
2. git tag 标签名 : 创建本地标签
3. git push origin v1.0 : 将标签号提交到远程仓库
提交之后就可以在githup上看到如上图所示信息。