Github tag posts

In the download section of the github section, you can download the entire version of the project related to tags. But for some reason, tag descriptions are taken from the last commit.

This happens even if you use heavy tagging:

git tag -a -m "tag commit message" 

Is there any way to get github to use my tag messages?

+7
git github tags
source share
1 answer

This is a known issue with GitHub.

+3
source share

All Articles