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.
- Bump
@metamask/auto-changelogfrom^5.1.0to^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
- Initial release of
github-tools(#174)github-toolswas previously used by referencing commit hashes, but this is no longer recommended.
- BREAKING: Migrate all reusable workflows to composite actions (#164, #166, #167, #168, #169)
- All actions are now in the
.github/actionsfolder. - Instead of passing secrets, actions now use inputs for things like tokens.
- The
github-tools-versioninput of some workflows was removed, since the actions can now determine which version to use automatically. - Some inputs were renamed for consistency across actions.
- All actions are now in the
- Bump
actions/checkoutandactions/setup-nodetov6(#173)