Enhance/releasing checklist#3781
Conversation
| | 9.6.1 | [2.0.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.0.0.0) | basic support | | ||
| | 9.4.7 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | | ||
| | 9.4.6 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | | ||
| | 9.4.5 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | |
There was a problem hiding this comment.
I think the entries for 9.4.5 and 9.4.6 are wrong also? They should say the last supported version was something previous.
There was a problem hiding this comment.
We ship binaries for 9.4.6 and 9.4.5 with the 2.2.0.0 release as well, so the table is accurate afaict
There was a problem hiding this comment.
Hmm, I missed that. I thought the policy was to only ship binaries for the last minor release of each major release?
There was a problem hiding this comment.
Uhm, yeah, that's true, too.
I thought it would be better to ship binaries for these two older minor releases as well, so people don't have to upgrade immediately, don't invalidate their entire cabal store for a minor release, but still get an updated HLS version. There was no additional overhead to shipping the other binaries, iirc.
But I agree, that is against policy, but I slightly forgot about this part of the policy.
There was a problem hiding this comment.
No worries, you know me, I just like there to be a policy so I know what we're doing :D
After #3775 is merged