It would be nice if, e.g., https://pagure.io/clufter/releases page used the empty space between the tag and shortened commit id to show (statically or dynamically ellipsized) first line of the tag message (if any).
Or the commit id could be shown only if there is no tag message and the message otherwise.
Either way, commit id can be also present as a mouse-over hint at the tag titles. It is available when selecting particular tag anyway.
In connection to that, it seems that tag message is not currently shown anywhere. I am not using multi-line tag messages for those who do, it would be worthy to display such message in full, e.g., when one select particular tag at the Releases page. Or there can be some JS magic to expand the first line I mentioned in previous comment into full mesage upon clicking some magic button or the like, directly at the Releases page.
I've been looking into this but I haven't managed to get tag.message to render what I expect :-/
tag.message
Ok I got it working and will be showing the first line of the tag message in the release page
Implemented in https://pagure.io/pagure/pull-request/425
Merged
Thanks, looks good.