【git】打tag

1. master push到线上

2. git tag --a 1.0.3.1

3. git push origin --tags

原文地址:https://www.cnblogs.com/tianxiaxuange/p/14296743.html