From 36095448b2f019e6f92d0ab89d69934271cc3e71 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Jun 2026 09:28:47 +0000 Subject: [PATCH 1/2] 1.15.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa424111..50239804 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.15.0] + +### Uncategorized + +- feat: add `update-major-version-tag` reusable composite action ([#267](https://github.com/MetaMask/github-tools/pull/267)) + ## [1.14.0] ### Added @@ -217,7 +223,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.14.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.15.0...HEAD +[1.15.0]: https://github.com/MetaMask/github-tools/compare/v1.14.0...v1.15.0 [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 diff --git a/package.json b/package.json index 83d1055c..2524d14c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.14.0", + "version": "1.15.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From d549a83bba9fcfc389a567d8540ea78045a27266 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 29 Jun 2026 11:44:34 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50239804..502834a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.15.0] -### Uncategorized +### Added -- feat: add `update-major-version-tag` reusable composite action ([#267](https://github.com/MetaMask/github-tools/pull/267)) +- Add `update-major-version-tag` reusable composite action ([#267](https://github.com/MetaMask/github-tools/pull/267)) + - This action can be used to update the major version tag (e.g., `v1`) for repositories containing GitHub Actions. ## [1.14.0]