github-tools/github-release-notes

Introduce templates for the issues

alexcanessa opened this issue · 0 comments

Give the opportunity to set a custom template for the issues in the options (maybe in a .grenrc file).

The reason is that I might want to output different types of information from the issue.

It could be something like:

templates: {
    issue: '{{labels}} {{text}} {{link}}'
}