Uh, I searched on Baidu and found out what they are
git tag -a v0.1.1 -m '这是第一个版本'
and the like, such a tag is just an ordinary tag, and there is no way to create a version like YII2 (that is, RC
, Releases
, Latest-Releases
and the like...)
巴扎黑2017-05-02 09:24:51
Okay, you can try it with smartgit. There is a git flow in which you can select the release. If you don’t use smartgit, go to github and click on the tag you released. There is an edit tag function, and you can publish a version