From 2adbbc194ce25576866dbac504bcde2a51a01e0b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jun 2026 16:09:37 +0000 Subject: [PATCH 1/6] 1.14.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a576286..d010a7da 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.14.0] + +### Uncategorized + +- every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) +- accept release ota branch ([#263](https://github.com/MetaMask/github-tools/pull/263)) +- feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) + ## [1.13.0] ### Added @@ -206,7 +214,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.13.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.14.0...HEAD +[1.14.0]: https://github.com/MetaMask/github-tools/compare/v1.13.0...v1.14.0 [1.13.0]: https://github.com/MetaMask/github-tools/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/MetaMask/github-tools/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/MetaMask/github-tools/compare/v1.10.0...v1.11.0 diff --git a/package.json b/package.json index e4047a20..83d1055c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.13.0", + "version": "1.14.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 06a62ad3c6dc9d6faebecac5731d2972334a955c Mon Sep 17 00:00:00 2001 From: tommasini Date: Thu, 25 Jun 2026 00:45:34 +0100 Subject: [PATCH 2/6] update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d010a7da..5993334a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.14.0] -### Uncategorized +### Added -- every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) - accept release ota branch ([#263](https://github.com/MetaMask/github-tools/pull/263)) - feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) +### Fixed +- every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) + ## [1.13.0] ### Added From b67ed3e0e50b20cdf5ae529a9fa3eec2f3e452e4 Mon Sep 17 00:00:00 2001 From: tommasini Date: Thu, 25 Jun 2026 00:49:35 +0100 Subject: [PATCH 3/6] fix changelog lint issue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5993334a..19ee88c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) ### Fixed + - every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) ## [1.13.0] From f31037478c29933e3afc5e95da2730a570902358 Mon Sep 17 00:00:00 2001 From: tommasini <46944231+tommasini@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:04:41 +0100 Subject: [PATCH 4/6] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ee88c5..851d0373 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 ### Added -- accept release ota branch ([#263](https://github.com/MetaMask/github-tools/pull/263)) +- Support OTA branches in `release-branch-sync` action ([#263](https://github.com/MetaMask/github-tools/pull/263)) - feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) ### Fixed From 9d28f32ab80bf1d70adbecbd9760e54cec8ac4f7 Mon Sep 17 00:00:00 2001 From: tommasini <46944231+tommasini@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:04:55 +0100 Subject: [PATCH 5/6] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 851d0373..f1c03c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support OTA branches in `release-branch-sync` action ([#263](https://github.com/MetaMask/github-tools/pull/263)) -- feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) +- Add `playwright-test-health-report` action for creating reports for Playwright tests, and posting to Slack ([#262](https://github.com/MetaMask/github-tools/pull/262)) ### Fixed From a4b193ae0d89a1a2844d6e85bc38c1bf0ea1579f Mon Sep 17 00:00:00 2001 From: tommasini <46944231+tommasini@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:05:03 +0100 Subject: [PATCH 6/6] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c03c13..fa424111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) +- Allow `release-branch-sync` action to reuse branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) ## [1.13.0]