Skip to content

Releases: MetaMask/action-publish-release

3.2.2

01 Nov 23:01
b842808
Compare
Choose a tag to compare

Fixed

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

3.2.1

29 Sep 11:59
0c93dad
Compare
Choose a tag to compare

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

14 Jul 15:29
7dbf431
Compare
Choose a tag to compare

Added

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

3.1.0

06 Jul 17:01
fe3af8d
Compare
Choose a tag to compare

Added

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

3.0.0

01 May 15:12
6103447
Compare
Choose a tag to compare

Changed

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

Fixed

  • Handle undefined versioningStrategy (#60)

2.1.0

10 Nov 21:49
bbaa451
Compare
Choose a tag to compare

Added

  • Support monorepos with independent versions (#51)

2.0.2

31 Oct 15:48
de4d2a8
Compare
Choose a tag to compare

Changed

  • Resolve GitHub action deprecation warnings (#55)

2.0.1

26 Oct 19:45
cab8253
Compare
Choose a tag to compare

Changed

  • Bump actions, removing deprecation warning (#53)
  • Get version and repository info from package.json, improving compatibility with forked repositories. (#49)

2.0.0

08 Jul 18:30
a884600
Compare
Choose a tag to compare

Changed

  • BREAKING: Use the version in package.json to determine the release version instead of the name of the release branch (#46)
    • Projects that use this action should no longer pass a release-branch-prefix input. Additionally, they should make sure that when a release branch is merged, the version of the package (or root package in the case of a monorepo) is updated to the desired release version.

1.0.3

28 Jun 21:29
7279ba5
Compare
Choose a tag to compare

Changed

  • Bump @metamask/auto-changelog from 2.3.0 to 2.4.0 (#34)