search

Home  >  Q&A  >  body text

github - Hmm, how do you release a version with git?

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...)

某草草某草草2771 days ago587

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:24:51

    https://github.com/:username/:repo/releases/new

    reply
    0
  • 巴扎黑

    巴扎黑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

    reply
    0
  • Cancelreply