Re: [elixir-core:11239] Handling of changelogs in elixir core

2023-01-13 Thread Zach Daniel
Forgot the most relevant point: it can automatically include the generated release notes in the git tag that is generated which translates to release notes when pushed. On Fri, Jan 13 2023 at 9:31 AM, Zach Daniel < zachary.s.dan...@gmail.com > wrote: > > My library git_ops https://github.com/

Re: [elixir-core:11239] Handling of changelogs in elixir core

2023-01-13 Thread Zach Daniel
My library git_ops https://github.com/zachdaniel/git_ops is a native elixir solution for managing a change log with tags for releases. Im sure it could be improved, but it’s a solid foundation that a lot of people are using today. Plus, the conventional commit format is a well known already spec

[elixir-core:11239] Handling of changelogs in elixir core

2023-01-13 Thread Jonatan Männchen
Hi Everyone, I had a discussion with Andrea (@whatyouhide) about how to handle changelogs in elixir itself as well as core libraries.The way how those libraries implement changelogs is important both to auto-discovery of changes with auto updating tools like renovate and also because it is a p