Skip to content

Releases: MetaMask/action-npm-publish

5.2.0

11 Jul 11:15
eb31ebd
Compare
Choose a tag to compare

Added

  • Handle publishing of packages not on Yarn Berry with NPM (#87)

Changed

  • Only show packages in the dry run that need publishing (#90)

Fixed

  • Fix report script for unpublished packages (#93)
  • Recognize NPM_TOKEN environment variable (#87)

5.1.2

15 May 11:07
43f6a07
Compare
Choose a tag to compare

Fixed

  • Fix report script when publishing package with dash in organisation name (#85)

5.1.1

14 May 12:14
7dc78c1
Compare
Choose a tag to compare

Fixed

  • Add missing configuration for non-default Slack channel messages (#81)

v4.0.5

14 May 12:23
a529abf
Compare
Choose a tag to compare

Fixed

  • Add missing configuration for non-default Slack channel messages (#83)

5.1.0

10 May 21:41
ff95ee6
Compare
Choose a tag to compare

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.

4.0.4

10 May 21:05
Compare
Choose a tag to compare

Fixed

  • Fix action validation error (#77)

v4.0.3

10 May 20:39
Compare
Choose a tag to compare

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.

5.0.1

08 May 19:15
2f74132
Compare
Choose a tag to compare

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

08 May 19:31
2f74132
Compare
Choose a tag to compare

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.

5.0.0

15 Apr 19:45
d9462c8
Compare
Choose a tag to compare

Changed

  • BREAKING: Disallow publishing packages with version 0.0.0 (#63)

Fixed

  • Fix Yarn 4 compatibility (#65)