From 49f1694005b873cd49fb747eb06e0311416da960 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Feb 2026 11:04:36 +0000 Subject: [PATCH 1/4] 1.4.5 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3412ec1b..d9ee3f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.5] + +### Uncategorized + +- chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213)) +- feat: updated replay balance tracker workflow to run at 11:53 and 23:53 ([#212](https://github.com/MetaMask/github-tools/pull/212)) +- fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208)) + ### Added - Add workflow **post-relay-subsidy-balance** to post Relay subsidy balance reports to Slack ([#211](https://github.com/MetaMask/github-tools/pull/211)) @@ -108,7 +116,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.4.4...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.5...HEAD +[1.4.5]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.4.5 [1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2 diff --git a/package.json b/package.json index 476e258c..165a031e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.4", + "version": "1.4.5", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From ca1798868fcf2a40ffc93eed0c497de3215e1a3d Mon Sep 17 00:00:00 2001 From: Christopher Ferreira Date: Wed, 4 Feb 2026 11:08:56 +0000 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ee3f8e..c75e70fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.5] -### Uncategorized +### Canged - chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213)) - feat: updated replay balance tracker workflow to run at 11:53 and 23:53 ([#212](https://github.com/MetaMask/github-tools/pull/212)) + +### Fixed + - fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208)) ### Added From 94f1883fe61a2b9c8824075acce3e71e6ca7ae3d Mon Sep 17 00:00:00 2001 From: Christopher Ferreira Date: Wed, 4 Feb 2026 11:10:27 +0000 Subject: [PATCH 3/4] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c75e70fb..6a614d79 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.4.5] -### Canged +### Changed - chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213)) - feat: updated replay balance tracker workflow to run at 11:53 and 23:53 ([#212](https://github.com/MetaMask/github-tools/pull/212)) From 3b7cccfcff3610addd558d4667271389a5e8b74d Mon Sep 17 00:00:00 2001 From: Christopher Ferreira Date: Wed, 4 Feb 2026 11:16:49 +0000 Subject: [PATCH 4/4] fix changelog order --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a614d79..0d922c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.5] +### Added + +- Add workflow **post-relay-subsidy-balance** to post Relay subsidy balance reports to Slack ([#211](https://github.com/MetaMask/github-tools/pull/211)) + ### Changed - chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213)) @@ -18,10 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208)) -### Added - -- Add workflow **post-relay-subsidy-balance** to post Relay subsidy balance reports to Slack ([#211](https://github.com/MetaMask/github-tools/pull/211)) - ## [1.4.4] ### Changed