zachdaniel / git_ops

A tool for version and changelog management in Elixir via conventional commits.
MIT License
130 stars 20 forks source link

Add option to output release-specific notes to `RELEASE_CHANGELOG.md` or an alternative file #46

Open frankdugan3 opened 3 years ago

frankdugan3 commented 3 years ago

The motivation for this is that some tools (like GitHub releases) will not parse the message content of git tags as Markdown. GitHub releases does however support Markdown in the release body if you specify it manually, which can be done in CI.

So, to make that content available to other tooling, it would be ideal to optionally allow a separate file, such as RELEASE_CHANGELOG.md, which could be loaded directly