Skip to content

Commit

Permalink
5.1.0 (#80)
Browse files Browse the repository at this point in the history
* 5.1.0

* Update changelog

* Fix accidental tab instead of space

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
3 people authored May 10, 2024
1 parent 926f159 commit ff95ee6
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0]
### Added
- Improve Dry Run Output ([#64](https://github.com/MetaMask/action-npm-publish/pull/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](https://github.com/MetaMask/action-npm-publish/pull/73), [#77](https://github.com/MetaMask/action-npm-publish/pull/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.

## [5.0.1]
### Fixed
- Prevent workflow from failing if Slack announcement step fails ([#69](https://github.com/MetaMask/action-npm-publish/pull/69))
@@ -100,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Initial release ([#1](https://github.com/MetaMask/action-npm-publish/pull/1))

[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.4...v5.0.0
[4.0.4]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.3...v4.0.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"url": "https://github.com/MetaMask/action-npm-publish/issues"
},
"homepage": "https://github.com/MetaMask/action-npm-publish#readme",
"version": "5.0.1",
"version": "5.1.0",
"main": "index.js",
"directories": {
"test": "test"

0 comments on commit ff95ee6

Please sign in to comment.