Skip to content

Latest commit

 

History

History
213 lines (129 loc) · 8.62 KB

File metadata and controls

213 lines (129 loc) · 8.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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.

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)

Changed

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

Changed

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

Changed

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

Changed

  • Bump @actions/core (#102)

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.

Fixed

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

Changed

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

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.

Added

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

Added

Changed

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

Changed

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

Changed

  • Improve usage instructions (#53)

Fixed

  • Error logging on Action failure (#56)

Uncategorized

  • First stable release

Changed

Fixed

  • Faulty usage instructions in readme (#48)

Fixed

  • This action (#42)
    • Due to a poorly formatted Bash invocation in action.yml, this Action was completely broken.

Added

Changed

  • Remove " RC" suffix from PR title (#39)
    • The PR title is now just the SemVer version of the release.

Changed

  • (BREAKING) Change release branch prefix from 'release-v' to 'automation_release-' (#35)

Fixed

  • Changelog updating in monorepos and repositories with merge commits (#33)

Fixed

  • Monorepo package diffing (#31)
    • In (#20), we started returning the cached result for the first diffed package for every diffed package.

Fixed

  • Changelog updating (#28)
    • The updated changelog content was never written to disk.

Changed

  • (BREAKING) Re-implement in TypeScript, add monorepo support (#15)
  • Use workspaces manifest entry to find workspaces (#20)
  • Add @lavamoat/allow-scripts and setup command (#21)
  • Add README description (#22)
  • Remove package manager restriction (#23)
    • Previously, use of Yarn ^1.0.0 was mandated.
  • Migrate various utilities to @metamask/action-utils (#24)

Uncategorized

  • First semi-stable release. Polyrepos only.