tags:

views:

174

answers:

1

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?

+1  A: 

This a known issue with GitHub.

Dan Dyer