简体   繁体   中英

How to create release from tag that will show on the releases list?

I added some tags through git (command-line) and tried to create a release that will show under "releases", but unfortunately every time I create a release it will always show up in "tags".

I used the command-line to create 3 tags: v0.1 (from an old commit) v0.1.1 (from another old commit) v0.1.2 (from another old commit) Every time I create a release and add an existing tag the release won't show up.

As mentioned in one of the comments, git doesn't have a concept of releases, just tags. You can name your tags like release_xyz if you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM