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.