Pokechu22/WorldDownloader

GitHub releases section has massive blob of JSON instead of release notes

Pokechu22 opened this issue · 0 comments

For some reason, the page for individual releases (e.g. https://github.com/Pokechu22/WorldDownloader/releases/tag/v4.1.1.0) currently shows the update checker JSON instead of the actual release notes. That data is always there, but it seems like GitHub is truncating it and thus it's visible when it shouldn't be. https://github.com/Pokechu22/WorldDownloader/releases (along with the forum thread) shows things properly. It doesn't look like this affects the API either (see https://api.github.com/repos/Pokechu22/WorldDownloader/releases?per_page=100). https://github.com/Pokechu22/WorldDownloader/wiki/Update-checker#technical-information is my old documentation on how the update checker works.

This is just a note to myself to investigate and fix this if possible. It might be a GitHub bug that they're getting truncated.