However, the new release format seems to be causing trouble.
So far I’ve seen 2 tools that automate around the release assets.
scoop (one of the package management tools on Windows) fails to install 1.14
It tries to get checksum from the release note (now gone, moved into a release asset)
It tries to download Precompiled.zip, which now changed to elixir-otp-23.zip, elixir-otp-24.zip, and elixir-otp-25.zip Main/elixir.json at master · ScoopInstaller/Main · GitHub
Renovate (similar to dependabot) fails to update dependencies (when trying to install elixir 1.14)
You’re right. I’ve missed the feature of installing different versions in scoop completely.
For this scenario I don’t have a solution for scoop beside having two manifests (latest, pre_v1.14).
Yup. That’s the one suggestion I got from scoop community. Was hoping we can have an aliased release asset, i.e. Precompiled.zip which is the same as lowest OTP version.