Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.7 KB

File metadata and controls

33 lines (22 loc) · 1.7 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

  • Bump @metamask/auto-changelog from ^5.1.0 to ^5.2.0
    • Adds deduplication for commits with no PR number in subject (non-"Squash & Merge" commits)
    • Merge commits are now deduplicated using commit body instead of the generic merge subject

Added

  • Initial release of github-tools (#174)
    • github-tools was previously used by referencing commit hashes, but this is no longer recommended.

Changed

  • BREAKING: Migrate all reusable workflows to composite actions (#164, #166, #167, #168, #169)
    • All actions are now in the .github/actions folder.
    • Instead of passing secrets, actions now use inputs for things like tokens.
    • The github-tools-version input of some workflows was removed, since the actions can now determine which version to use automatically.
    • Some inputs were renamed for consistency across actions.
  • Bump actions/checkout and actions/setup-node to v6 (#173)