github - Hmm, how do you release a version with git?
某草草2017-05-02 09:22:51
0
2
613
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...)
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
https://github.com/:username/:repo/releases/new
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