Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tag messages on github

Tags:

git

github

tags

In download section on github, you can download all version of the project associated with tags. But for some reason the tag descriptions 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?

like image 393
Łukasz Lew Avatar asked Nov 11 '09 15:11

Łukasz Lew


1 Answers

This a known issue with GitHub.

like image 104
Dan Dyer Avatar answered Oct 12 '22 08:10

Dan Dyer