Releases: MetaMask/action-publish-release
Releases · MetaMask/action-publish-release
3.3.1
Compare
Sorry, something went wrong.
No results found
Fixed
Fix monorepo logic always running regardless of repository type (#145 )
3.3.0
Compare
Sorry, something went wrong.
No results found
Changed
Make set -x conditional on RUNNER_DEBUG in shell scripts (#142 )
Fixed
Fix monorepo tag push when persist-credentials is false (#141 )
3.2.3
Compare
Sorry, something went wrong.
No results found
Fixed
Determine release packages by tag existence on GitHub instead of NPM (#116 )
This fixes a bug where the action may fail if packages are published to NPM ahead of running the action.
3.2.2
Compare
Sorry, something went wrong.
No results found
Fixed
Pin the Git tag created in the action to the commit that ran the action, not main (#96 )
3.2.1
Compare
Sorry, something went wrong.
No results found
Fixed
Skip packages with version 0.0.0 (#89 )
Don't attempt publishing published versions (#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
Compare
Sorry, something went wrong.
No results found
Added
Add optional npm-tag input to use when checking latest version (#82 , #83 )
3.1.0
Compare
Sorry, something went wrong.
No results found
Added
List package versions in releases for monorepos with independent versioning (#79 )
3.0.0
Compare
Sorry, something went wrong.
No results found
Changed
BREAKING : Bump minimum Node.js version to 14 (#64 )
Fixed
Handle undefined versioningStrategy (#60 )
2.1.0
Compare
Sorry, something went wrong.
No results found
Added
Support monorepos with independent versions (#51 )
2.0.2
Compare
Sorry, something went wrong.
No results found
Changed
Resolve GitHub action deprecation warnings (#55 )