Open baco opened 4 months ago
There are periodic releases of the haskell-language-server, for instance, as of the time of writing this issue, v2.8.0 has already been released.
haskell-language-server
Contrary to other Mason packages, those releases are not detected unless there is a PR for the manual version bump.
Fix this registry's entry for that package so it's able automatically detect and upgrade package's version without relying on a manual PR.
Maybe this could be worked on as soon as @williamboman investigates why CI is failing on #6444?
As for me, I really have no idea why renovate is not bumping this to being with. packages.yaml looks okay.
packages.yaml
There are periodic releases of the
haskell-language-server
, for instance, as of the time of writing this issue, v2.8.0 has already been released.Contrary to other Mason packages, those releases are not detected unless there is a PR for the manual version bump.
Fix this registry's entry for that package so it's able automatically detect and upgrade package's version without relying on a manual PR.