Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 11:09
· 406 commits to main since this release
v3.1.0
a93977f

Added

  • Actions job summaries will now include information about the user that created the tag.
  • Added the summaryEnabled input, which can be used to disable job summary creation.
  • Added the summary.enabled config option, which can be used to disable job summary creation.
  • Added the taggerAvatarUrl output, which contains the avatar URL of the GitHub user who created the tag.
  • Added the taggerLogin output, which contains the username of the GitHub user who created the tag.

Changed

  • Removed remark-github from the Markdown processor. It was causing user mentions and other references to render without hover cards in release bodies. It was also likely to cause more trouble when integrating with GitHub Enterprise Server.