Skip to content

Releases: MetaMask/action-publish-release

3.3.1

Choose a tag to compare

@mm-token-exchange-service mm-token-exchange-service released this 01 Jul 13:47
f01f1be

Fixed

  • Fix monorepo logic always running regardless of repository type (#145)

3.3.0

Choose a tag to compare

@mm-token-exchange-service mm-token-exchange-service released this 01 Jul 10:42
ee4765a

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

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:36
928f0ef

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

Choose a tag to compare

@github-actions github-actions released this 01 Nov 23:01
b842808

Fixed

  • Pin the Git tag created in the action to the commit that ran the action, not main (#96)

3.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Sep 11:59
0c93dad

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:29
7dbf431

Added

  • Add optional npm-tag input to use when checking latest version (#82, #83)

3.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:01
fe3af8d

Added

  • List package versions in releases for monorepos with independent versioning (#79)

3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 May 15:12
6103447

Changed

  • BREAKING: Bump minimum Node.js version to 14 (#64)

Fixed

  • Handle undefined versioningStrategy (#60)

2.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 21:49
bbaa451

Added

  • Support monorepos with independent versions (#51)

2.0.2

Choose a tag to compare

@github-actions github-actions released this 31 Oct 15:48
de4d2a8

Changed

  • Resolve GitHub action deprecation warnings (#55)