Added
- Actions job summaries will now be created when the action is successful.
Removed
- Workflow annotations containing the release URL will no longer be created when the action is successful. This feature has been replaced by job summaries.
Changed
- [BC BREAK] Release bodies will no longer be rendered as HTML, and instead will undergo Markdown parsing and transformation to address the handling of Markdown line breaks.
- This is primarily to address #36 and #37.
- Most Markdown / GFM features are now handled by Remark (with
remark-gfm
andremark-github
) instead of GitHub's own Markdown API. - There could be lots of subtle changes to the way release bodies are rendered. In practice, you will probably not even notice the difference (I hope).
- [BC BREAK] The
tagBodyRendered
output will no longer contain HTML, but instead will contain a transformed version of the Markdown from the tag annotation body.