elixir-gettext / gettext

Internationalization and localization support for Elixir.
https://hexdocs.pm/gettext
469 stars 86 forks source link

Release `v0.24.0` #382

Closed maennchen closed 11 months ago

maennchen commented 11 months ago

I though it makes sense to highlight the way to fix a Expo.PO.DuplicateMessagesError directly in the changelog.

I would classify this is a patch release since we handled the messages differently from GNU gettext. Do you agree @whatyouhide or should this be v0.24.0?

whatyouhide commented 11 months ago

@maennchen changelog looks great, but let's do 0.24.0 since this can potentially be a bit disruptive.

github-actions[bot] commented 11 months ago

Pull Request Test Coverage Report for Build f39a535b604f05f8336a965a3b66734f4f323752-PR-382


Totals Coverage Status
Change from base Build 0bea16ecc358d0448649e7caef930abf86e52d69: 0.0%
Covered Lines: 531
Relevant Lines: 567

💛 - Coveralls
maennchen commented 11 months ago

@whatyouhide Done

maennchen commented 11 months ago

@whatyouhide Oh, I forgot that I don't have rights on gettext itself. Can you mix hex.publish?

whatyouhide commented 11 months ago

I set this up so that if you publish a tag then GH Actions publishes to Hex right away (https://github.com/elixir-gettext/gettext/actions/runs/7088176540). However, you had forgotten to run mix deps.get so I had to update mix.lock.

maennchen commented 11 months ago

@whatyouhide Ah great. I missed that new workflow.