Exporting should not enforce anything on the used formatting; AsciiDoc, Markdown, etc. Users should be able to export using .release-notes.adoc.ftl, .release-notes.txt.ftl, etc. next to each other. Note that once the formatting restriction is lifted, XSD needs to remove format="asciidoc" restriction too.
Goals
- Remove any restrictions on the template file
- Support multiple template files
- Support optional template files (don't fail the build if the template is not found)
- Support using the version in the target changelog template (e.g.,
.release-notes.md.ftl to %v.md, where %v will be substituted with the associated release version)