It would be really nice to not only have a Markdown file as the output but maybe also a text file and and XML / JSON file. The use cases for the latter two files are:
- The text file could be used to update the NuSpec file with release notes. Given that NuSpec doesn't process Markdown there is no point in formatting it in Markdown format. Raw text would probably look cleaner.
- The XML file can be parsed by other tools. In my case what I would want to do is to get a list of all issues that were closed and (in the case of using YouTrack) mark all those issues with the build and version numbers when a release is created. e.g. when creating the release for MyAwesomeTool 1.3 I would like to update all the issues that were closed in release 1.3 with the build (Fixed in build) and version numbers (Fix version).
It would be really nice to not only have a Markdown file as the output but maybe also a text file and and XML / JSON file. The use cases for the latter two files are: