Releases: MetaMask/action-npm-publish
Releases · MetaMask/action-npm-publish
5.2.0
5.1.2
5.1.1
v4.0.5
5.1.0
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.
- We have found that the Slack announcement does not work correctly for public channels when the
4.0.4
v4.0.3
Fixed
- Fix Slack announcement for public default channel (#73)
- 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.
- We have found that the Slack announcement does not work correctly for public channels when the
5.0.1
Fixed
- Prevent workflow from failing if Slack announcement step fails (#69)
- Within the context of a project, the Slack announcement message that is posted after running this workflow in dry-run mode is not crucial, and thus this change ensures that the package will still be published for real if this step fails.
4.0.2
Fixed
- Prevent workflow from failing if Slack announcement step fails (#69)
- Within the context of a project, the Slack announcement message that is posted after running this workflow in dry-run mode is not crucial, and thus this change ensures that the package will still be published for real if this step fails.