github ghalactic/github-release-from-tag v3.0.0

latest releases: v6, v6.0.1, v6.0.0...
3 years ago

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 and remark-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.

Fixed

  • Dependabot should no longer render empty release notes inside of dependency update pull request descriptions for dependencies that use this action to manage their releases (#36).
  • Issue links in release bodies should no longer fail to render (#37).

Don't miss a new github-release-from-tag release

NewReleases is sending notifications on new releases.