Skip to content

Releases: MetaMask/action-create-release-pr

5.0.0

17 Apr 09:26
4b3b9f5

Choose a tag to compare

Added

  • BREAKING: Automatically categorize changelog entries with conventional commit type (#160)
    • This changes the order of changelogs for commits with a conventional commit type (feat:, fix:, etc.).
  • Add option to use Oxfmt for formatting changelog (#156)
    • The action now accepts an optional formatter option which can be set to either "oxfmt" or "prettier" (default).

Changed

  • BREAKING: Bump minimum Node.js version to ^20 (#151)

4.0.0

23 Sep 20:14
268f95d

Choose a tag to compare

Changed

  • BREAKING: Bump minimum Node.js version to ^18.18 (#142)
  • BREAKING: Bump @metamask/auto-changelog to ^4.0.0 (#142)
    • This requires prettier@>=3.0.0.

3.0.1

21 Aug 13:05
c722865

Choose a tag to compare

Changed

  • build(deps): bump @metamask/auto-changelog from 3.3.0 to 3.4.4 (#127, #124)

Fixed

  • Fixed updatePackageChangelog to not throw when there are unreleased changes (#139)

3.0.0

23 Oct 09:26
3291fac

Choose a tag to compare

Changed

  • BREAKING: Bump minimum Node version to 18 (#118)
  • BREAKING: Format changelog using Prettier (#116)

2.0.0

10 May 10:29
c909a77

Choose a tag to compare

Changed

  • BREAKING: Bump minimum Node version to 16 (#111)
  • build(deps): bump @metamask/auto-changelog from 2.6.0 to 3.1.0 (#105)

1.5.0

03 Apr 15:38
c2131cc

Choose a tag to compare

Changed

  • Check for workspace:^ before replacing the version in package.json (#108)

1.4.3

31 Oct 18:33
4e69931

Choose a tag to compare

Changed

  • Bump @actions/core (#102)

1.4.2

31 Oct 15:48
a6849cf

Choose a tag to compare

Changed

  • Resolve GitHub action deprecation warnings (#98, #100)
    • GitHub actions have been updated to v3, and the deprecated set-output command is no longer used.

1.4.1

29 Jun 00:33
5032d11

Choose a tag to compare

Fixed

  • Handle GitHub being slow to create a pull request (#96)

1.4.0

18 Jun 01:32
c103bf1

Choose a tag to compare

Changed

  • Resolve workspaces recursively for better Yarn 3 support (#85)