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/
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
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