From e17f67c995ac97d9f6e85447d693075d501dc4cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Feb 2026 23:06:16 +0000 Subject: [PATCH 1/4] 1.7.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd16660a..58352ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] + +### Uncategorized + +- chore: get latest ruby versions ([#220](https://github.com/MetaMask/github-tools/pull/220)) + ## [1.6.0] ### Changed @@ -125,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Some inputs were renamed for consistency across actions. - Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173)) -[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/MetaMask/github-tools/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/MetaMask/github-tools/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.5.0 [1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4 diff --git a/package.json b/package.json index d7527130..fca3ab94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.6.0", + "version": "1.7.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From ef883e7411fc2693600ddd3550b791e05658a323 Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:11:24 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58352ab2..17e5dd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- chore: get latest ruby versions ([#220](https://github.com/MetaMask/github-tools/pull/220)) +- chore: get latest ruby versions and sets the default ruby version to 3.2.9 ([#220](https://github.com/MetaMask/github-tools/pull/220)) ## [1.6.0] From 51ea04fb53f69ffe5155da825d7820df462a1c0b Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:11:53 -0700 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e5dd60..7b5baaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.7.0] -### Uncategorized +### Changed - chore: get latest ruby versions and sets the default ruby version to 3.2.9 ([#220](https://github.com/MetaMask/github-tools/pull/220)) From 0cb852ac316decee6e4c87b765a4abe1f827d567 Mon Sep 17 00:00:00 2001 From: tommasini Date: Tue, 24 Feb 2026 19:43:12 +0000 Subject: [PATCH 4/4] add #201 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5baaa3..c44e0dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - chore: get latest ruby versions and sets the default ruby version to 3.2.9 ([#220](https://github.com/MetaMask/github-tools/pull/220)) +- Improve `merge-approved-pr` action with `merge-method` and `verify-version-bump` inputs, and harden bash inputs as env vars ([#201](https://github.com/MetaMask/github-tools/pull/201)) ## [1.6.0]