git发布一个Releases 2017年6月20日2017年6月20日 admin技术笔记 打一个标签 git tag -a v0.1 -m '版本升级啦0.1' 查看标签列表 git tag 推送到服务器发送releases git push origin v0.1 查看git服务器就可以看到