Releases: MetaMask/github-tools
Releases · MetaMask/github-tools
1.1.3
05 Dec 11:00
Compare
Sorry, something went wrong.
No results found
Fixed
Prevent changelog PR creation when branches are in sync (#177 )
1.1.2
03 Dec 18:13
Compare
Sorry, something went wrong.
No results found
Added
Adds ability to merge Version Bump PRs with PR comment (#179 )
add require-pr-numbers flag for changelog generation in (#181 )
Changed
Update to use topology.json instead of old teams.json for commits.csv during create release pr (#180 )
1.1.1
03 Dec 15:48
Compare
Sorry, something went wrong.
No results found
v1.1.1
chore: INFRA-3180: Update team json file for commits.csv during creat…
1.1.0
27 Nov 16:28
Compare
Sorry, something went wrong.
No results found
Added
Add merging GitHub action (#172 )
Changed
Bump @metamask/auto-changelog from ^5.1.0 to ^5.2.0 (#175 )
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
1.0.0
24 Nov 11:10
Compare
Sorry, something went wrong.
No results found
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 )