Skip to content

Releases: MetaMask/action-create-release-pr

3.0.0

23 Oct 09:26
3291fac
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

  • Bump @actions/core (#102)

1.4.2

31 Oct 15:48
a6849cf
Compare
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
Compare
Choose a tag to compare

Fixed

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

1.4.0

18 Jun 01:32
c103bf1
Compare
Choose a tag to compare

Changed

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

1.3.0

05 Nov 21:13
788b90d
Compare
Choose a tag to compare

Fixed

  • Synchronize monorepo packages for versions in range 0.x.x (#80)
    • Before this change, monorepo packages on major version 0 would break if any sibling packages contained breaking changes, which is permitted by SemVer.

1.2.0

01 Sep 21:37
38327ab
Compare
Choose a tag to compare

Added

  • Instructions for adding new packages to monorepos (#74)
  • Draft PR status option (#76)

1.1.0

10 Aug 23:11
9cdff07
Compare
Choose a tag to compare

Added

Changed

  • Prevent Uncategorized change category from appearing in new releases (#69)