Skip to content

5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 21:41
· 12 commits to main since this release
ff95ee6

Added

  • Improve Dry Run Output (#64)
    • The dry run step now includes a detailed report about the changes in each published package. It is stored as an artifact, and a link is shared in the logs of the "Dry Run Publish" step.

Fixed

  • Fix Slack announcement for public default channel (#73, #77)
    • We have found that the Slack announcement does not work correctly for public channels when the channel parameter is given. The action has been updated to omit the default if no channel is specified, so that announcements to the default channel work correctly even if it is public.
    • This was originally published in v4.0.4, but this is the first v5.x release that includes this change.