Open
Description
at the moment we do just return all tags to compare against ... if you have quite a lot this is not a good practice.
we should only return 10 and let backend filter by keyword - and/or only if desired explicit load all
gitea/routers/web/repo/release.go
Lines 101 to 108 in f6db650