Firstly, it's really a great action! but it could be better.
For now create-release body only support plain text, but more of repository have file mark the latest commit after last release, such as CHANGELOG.md, I think it's awesome when we support read some file as templated and to create release body. I think a while, maybe we could support two way.
- One is render the whole file pass to parameter, which should provide the file type, like below
body_render_type: markdown # rst and markdown support
body_render_path: ./CHANGELOG.md
- Other is render the specific section in the file, which should provide the file type, like below
body_render_type: markdown # rst and markdown support
body_render_path: ./CHANGELOG.md
body_render_section: section you want to release here
I think it would useful, at least in my situation, wait for others opinion.
Firstly, it's really a great action! but it could be better.
For now create-release body only support plain text, but more of repository have file mark the latest commit after last release, such as CHANGELOG.md, I think it's awesome when we support read some file as templated and to create release body. I think a while, maybe we could support two way.
I think it would useful, at least in my situation, wait for others opinion.