From 0800dd2802b35c023f468db95dd15312d57c8b74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Mar 2026 15:46:38 +0000 Subject: [PATCH 1/2] 1.8.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55565132..d79c3019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] + +### Uncategorized + +- fix: sanitize .yarnrc.yml in publish-preview to prevent token exfiltration ([#227](https://github.com/MetaMask/github-tools/pull/227)) +- feat: add reusable publish-preview workflow ([#223](https://github.com/MetaMask/github-tools/pull/223)) + ## [1.7.1] ### Fixed @@ -138,7 +145,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.7.1...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.8.0...HEAD +[1.8.0]: https://github.com/MetaMask/github-tools/compare/v1.7.1...v1.8.0 [1.7.1]: https://github.com/MetaMask/github-tools/compare/v1.7.0...v1.7.1 [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 diff --git a/package.json b/package.json index 68755b65..c9d5372e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.7.1", + "version": "1.8.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 87cb61785ba1965a3c7597b5dee598282123cc67 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 17 Mar 2026 16:51:59 +0100 Subject: [PATCH 2/2] chore: update changelog for 1.8.0 release --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79c3019..496e4dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.8.0] -### Uncategorized +### Added -- fix: sanitize .yarnrc.yml in publish-preview to prevent token exfiltration ([#227](https://github.com/MetaMask/github-tools/pull/227)) -- feat: add reusable publish-preview workflow ([#223](https://github.com/MetaMask/github-tools/pull/223)) +- Add reusable `publish-preview` workflow for publishing preview builds ([#223](https://github.com/MetaMask/github-tools/pull/223), [#227](https://github.com/MetaMask/github-tools/pull/227)) ## [1.7.1]