git_ops icon indicating copy to clipboard operation
git_ops copied to clipboard

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

Open frankdugan3 opened this issue 4 years ago • 0 comments

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

frankdugan3 avatar Jan 08 '21 20:01 frankdugan3