Skip to content

Commit f01f1be

Browse files
github-actions[bot]github-actionsMrtenz
authored
3.3.1 (#146)
This is the release candidate for version 3.3.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 2848436 commit f01f1be

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.1]
10+
### Fixed
11+
- Fix monorepo logic always running regardless of repository type ([#145](https://github.com/MetaMask/action-publish-release/pull/145))
12+
913
## [3.3.0]
1014
### Changed
1115
- Make `set -x` conditional on `RUNNER_DEBUG` in shell scripts ([#142](https://github.com/MetaMask/action-publish-release/pull/142))
@@ -127,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127131
### Uncategorized
128132
- Initial release
129133

130-
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.3.0...HEAD
134+
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.3.1...HEAD
135+
[3.3.1]: https://github.com/MetaMask/action-publish-release/compare/v3.3.0...v3.3.1
131136
[3.3.0]: https://github.com/MetaMask/action-publish-release/compare/v3.2.3...v3.3.0
132137
[3.2.3]: https://github.com/MetaMask/action-publish-release/compare/v3.2.2...v3.2.3
133138
[3.2.2]: https://github.com/MetaMask/action-publish-release/compare/v3.2.1...v3.2.2

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.3.0",
3+
"version": "3.3.1",
44
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
55
"files": [
66
"lib/"

0 commit comments

Comments
 (0)