Tag messages on github
In download section on github, you can download all version of the project associated with tags. But for some reason the tag description开发者_JAVA百科s are taken from the last commit.
This happens even if one uses heavy tagging:
git tag -a -m "tag commit message"
Can I somehow force github to use my tag messages?
This a known issue with GitHub.
精彩评论