liip/RMT

Generate markdown-compatible changelog?

Closed this issue · 4 comments

In this readme section, there was

        changelog-update:
            format: semantic
            file: CHANGELOG.md
            dump-commits: true

But the generated .md file after rendering looks like the following.

image

To be honest, I think the example naming the file .md is misleading, but it shouldn't be to hard to hack a quick markdown compatible formatter

there you go, once this is merged, and a new version released, you can use it by changing "semantic" as the formatter to "markdown"

@ppetermann Thank you!

Closed because of merged PR.