Skip to content

Latest commit

 

History

History
139 lines (110 loc) · 6.87 KB

CHANGELOG.md

File metadata and controls

139 lines (110 loc) · 6.87 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.

Fixed

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

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

Added

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

Added

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

Changed

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

Fixed

  • Handle undefined versioningStrategy (#60)

Added

  • Support monorepos with independent versions (#51)

Changed

  • Resolve GitHub action deprecation warnings (#55)

Changed

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

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.

Changed

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

Changed

  • Improve usage documentation (#30)

Fixed

  • Error logging on Action failure (#31)

Added

  • release-version output (#28)
    • This outputs the version of the GitHub release, once it has been created.

Uncategorized

  • First stable release

Changed

Fixed

  • Faulty usage instructions in readme (#21)

Changed

  • (BREAKING) Rename branch-prefix input to release-branch-prefix (#15)

Changed

  • (BREAKING) Change release branch prefix from 'release-v' to 'automation_release-' (#12)
  • Use @lavamoat/allow-scripts for dependency lifecycle scripts (#11)

Fixed

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

Changed

  • Strip changelog release headers from release notes (#8)

Changed

  • (BREAKING) Output release notes to an environment variable (#6)
    • They were previously output to an Action output.

Changed

  • (BREAKING) Re-implement in TypeScript, add monorepo support (#4)

Changed

  • Update repository git tags

Changed

  • Add path as argument to run.sh

Uncategorized

  • Initial release