So I migrated one of my repos from Github instead of pushing from local since I wanted to migrate the issues and pull requests as well, and I noticed something strange. Unlike my other repos which I pushed normally, the tags in this repo don't show the description like they do on Github or when running git show [tag] locally. I know the tags are not damaged because the signatures still pass and I can git clone the repo and see that the description is indeed present. It's not a big deal and it seems everything is in order, I'm just baffled why it displays differently.
Here is a repo called kulr I pushed from local. As you can see the tag description is there both in my local repo and on Codeberg.
https://codeberg.org/soulstenance/kulr/releases/tag/v1.0
gitkulr.png
And here is the migrated repo. You can see that both on local and Github, the tag description is shown, but not on Codeberg. (On Github you do have to click the little 3 dots to expand as tags with releases don't show the tag description once clicked on.)
https://github.com/soulstenance/spgu/tags
https://codeberg.org/soulstenance/spgu/releases/tag/v0.1.1
gitspgu.png
Hoping someone can shed some light on this but again, it isn't urgent. I don't know if force pushing the tags from local would solve anything or if I should just leave well enough alone.
### Comment
So I migrated one of my repos from Github instead of pushing from local since I wanted to migrate the issues and pull requests as well, and I noticed something strange. Unlike my other repos which I pushed normally, the tags in this repo don't show the description like they do on Github or when running `git show [tag]` locally. I know the tags are not damaged because the signatures still pass and I can git clone the repo and see that the description is indeed present. It's not a big deal and it seems everything is in order, I'm just baffled why it displays differently.
Here is a repo called kulr I pushed from local. As you can see the tag description is there both in my local repo and on Codeberg.
[https://codeberg.org/soulstenance/kulr/releases/tag/v1.0](https://codeberg.org/soulstenance/kulr/releases/tag/v1.0)

And here is the migrated repo. You can see that both on local and Github, the tag description is shown, but not on Codeberg. (On Github you do have to click the little 3 dots to expand as tags with releases don't show the tag description once clicked on.)
[https://github.com/soulstenance/spgu/tags](https://github.com/soulstenance/spgu/tags)
[https://codeberg.org/soulstenance/spgu/releases/tag/v0.1.1](https://codeberg.org/soulstenance/spgu/releases/tag/v0.1.1)

Hoping someone can shed some light on this but again, it isn't urgent. I don't know if force pushing the tags from local would solve anything or if I should just leave well enough alone.