Skip to content

Commit

Permalink
3.2.1 (#92)
Browse files Browse the repository at this point in the history
This is the release candidate for version 3.2.1.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2023
1 parent f184ed4 commit 0c93dad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.1]
### Fixed
- Skip packages with version 0.0.0 ([#89](https:/MetaMask/action-publish-release/pull/89))
- Don't attempt publishing published versions ([#91](https:/MetaMask/action-publish-release/pull/91))
- Previously it would only compare the current package version with the `latest` version. It would incorrectly attempt publishing already-published non-`latest` versions

## [3.2.0]
### Added
- Add optional `npm-tag` input to use when checking latest version ([#82](https:/MetaMask/action-publish-release/pull/82), [#83](https:/MetaMask/action-publish-release/pull/83))
Expand Down Expand Up @@ -105,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Initial release

[Unreleased]: https:/MetaMask/action-publish-release/compare/v3.2.0...HEAD
[Unreleased]: https:/MetaMask/action-publish-release/compare/v3.2.1...HEAD
[3.2.1]: https:/MetaMask/action-publish-release/compare/v3.2.0...v3.2.1
[3.2.0]: https:/MetaMask/action-publish-release/compare/v3.1.0...v3.2.0
[3.1.0]: https:/MetaMask/action-publish-release/compare/v3.0.0...v3.1.0
[3.0.0]: https:/MetaMask/action-publish-release/compare/v2.1.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-publish-release",
"version": "3.2.0",
"version": "3.2.1",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit 0c93dad

Please sign in to comment.