You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
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.mdbody_render_section: section you want to release here
I think it would useful, at least in my situation, wait for others opinion.
joergbrech, niksy, MihaiVoinea, raulanatol, manquer and 11 more