elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
447 stars 33 forks source link

Error downloading *.json files due to missing release tag on github for v2.24.2 #163

Closed seantanly closed 2 years ago

seantanly commented 2 years ago

Unable to download JSON files for v2.24.2. It seems to be due to the missing release tag on Github.

Version 2.24.1 - works https://raw.githubusercontent.com/elixir-cldr/cldr/v2.24.1/priv/cldr/locales/en.json

Version 2.24.2 - fails with 404 https://raw.githubusercontent.com/elixir-cldr/cldr/v2.24.2/priv/cldr/locales/en.json

kipcole9 commented 2 years ago

@seantanly, apologies for the inconvenience - you are right, I hadn't tagged the release. Now done.

seantanly commented 2 years ago

Thank you @kipcole9 for responding swiftly 👍