Skip to content

Commit 928f0ef

Browse files
github-actions[bot]github-actionsMrtenz
authored
3.2.3 (#119)
This is the release candidate for version 3.2.3. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 045a8ce commit 928f0ef

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.2.3]
10+
### Fixed
11+
- Determine release packages by tag existence on GitHub instead of NPM ([#116](https://github.com/MetaMask/action-publish-release/pull/116))
12+
- This fixes a bug where the action may fail if packages are published to NPM ahead of running the action.
13+
914
## [3.2.2]
1015
### Fixed
1116
- Pin the Git tag created in the action to the commit that ran the action, not `main` ([#96](https://github.com/MetaMask/action-publish-release/pull/96))
@@ -115,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115120
### Uncategorized
116121
- Initial release
117122

118-
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.2.2...HEAD
123+
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.2.3...HEAD
124+
[3.2.3]: https://github.com/MetaMask/action-publish-release/compare/v3.2.2...v3.2.3
119125
[3.2.2]: https://github.com/MetaMask/action-publish-release/compare/v3.2.1...v3.2.2
120126
[3.2.1]: https://github.com/MetaMask/action-publish-release/compare/v3.2.0...v3.2.1
121127
[3.2.0]: https://github.com/MetaMask/action-publish-release/compare/v3.1.0...v3.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-publish-release",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
55
"files": [
66
"lib/"

0 commit comments

Comments
 (0)