Can we replace the hardcoded LTS version in the `isLTS` test with a mod test? If we are strictly sticking with the "every fourth release" starting from 1.19 is LTS then for any 1.x >= 1.19, if (x - 19) % 4 == 0 it is an LTS release. This does break down when the alpha will be an LTS though... maybe it is really not worth worrying about.
Topic on Module talk:Version
Appearance
Please do :) The comment "-- yeah don't do this" was supposed to be an invitation for someone to improve it and implement it properly.
If I'm reading the past history correctly this should work fine when 1.31 enters beta as it will not be added to the releases
array until it is actually released.