Releases are not shown
dakujem opened this issue · 7 comments
I believe the "Releases" tab does not show the releases from github. This is true for many of the packages.
It might not be a bug though - I might have overlooked some logic inside Componette that only filters some releases (but I was unable to guess what the rules were).
Hey, what package do you mean? I'll check it.
Well, I noticed this with my package, but there are other:
I don't see a pattern why some do and other do not have any releases listed within the componette app. I checked the github API and the releases are correctly returned.
I see it now. It's now a bug is a feature.
The package (https://github.com/h4kuna/fio/releases) has not any real realeses notes, there're just a tags.
I think we could include tags to releases on componette also.
Hmm, but the package dakujem/selectoo DOES have releases... So does kdyby/requeststack.
You can find more packages like this, I just did not want to waste time searching for them.
Edit: it can be seen here: https://api.github.com/repos/dakujem/selectoo/releases
150 releases synchronized, I owe you 🍺 .
I've changed collation of column.
ALTER TABLE `github_release`
CHANGE `name` `name` varchar(255) COLLATE 'utf8mb4_general_ci' NOT NULL AFTER `gid`;
I believe this has now been solved. Thanks! Let me close the issue.