From 83d0650682667c5ab48fbad4d3397c23a7c9782b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Feb 2026 11:30:37 +0000 Subject: [PATCH 1/2] 1.5.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3412ec1b..77373124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] + +### Uncategorized + +- Revert "1.4.5 (#214)" ([#214](https://github.com/MetaMask/github-tools/pull/214)) +- 1.4.5 ([#214](https://github.com/MetaMask/github-tools/pull/214)) +- 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 +118,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.5.0...HEAD +[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 [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..1b2f63a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.4", + "version": "1.5.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 0746ad00157f184cd5394fd7eefdbaa38c0dce0a Mon Sep 17 00:00:00 2001 From: Christopher Ferreira Date: Wed, 4 Feb 2026 11:33:07 +0000 Subject: [PATCH 2/2] update chagelog --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77373124..eccb5882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.5.0] -### Uncategorized +### 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 -- Revert "1.4.5 (#214)" ([#214](https://github.com/MetaMask/github-tools/pull/214)) -- 1.4.5 ([#214](https://github.com/MetaMask/github-tools/pull/214)) - 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 +### Fixed -- Add workflow **post-relay-subsidy-balance** to post Relay subsidy balance reports to Slack ([#211](https://github.com/MetaMask/github-tools/pull/211)) +- fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208)) ## [1.4.4]