Releases: MetaMask/action-create-release-pr
Releases · MetaMask/action-create-release-pr
4.0.0
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
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
Changed
- BREAKING: Bump minimum Node version to 18 (#118)
- BREAKING: Format changelog using Prettier (#116)
2.0.0
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
Changed
- Check for
workspace:^
before replacing the version in package.json (#108)
1.4.3
Changed
- Bump
@actions/core
(#102)
1.4.2
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
Fixed
- Handle GitHub being slow to create a pull request (#96)
1.4.0
Changed
- Resolve workspaces recursively for better Yarn 3 support (#85)
1.3.0
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.