From 355b25e0bae9196e7d73903b6a8f4d7f67cbb810 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Jul 2026 22:20:28 +0000 Subject: [PATCH 1/3] 1.16.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d235fcf5..2367ee06 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.16.0] + +### Uncategorized + +- chore: source mobile version from build.gradle/pbxproj instead of bitrise.yml ([#269](https://github.com/MetaMask/github-tools/pull/269)) + ### Changed - Mobile release automation no longer reads from or writes to `bitrise.yml`; the build number (`versionCode` / `CURRENT_PROJECT_VERSION`) and semver (`versionName` / `MARKETING_VERSION`) are now sourced from `android/app/build.gradle` and `ios/MetaMask.xcodeproj/project.pbxproj` directly @@ -229,7 +235,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.15.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.16.0...HEAD +[1.16.0]: https://github.com/MetaMask/github-tools/compare/v1.15.0...v1.16.0 [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 diff --git a/package.json b/package.json index 2524d14c..7ee3e9e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.15.0", + "version": "1.16.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 0a615bcc216bc7255c5fa3b9f780477724003745 Mon Sep 17 00:00:00 2001 From: Cal-L Date: Wed, 1 Jul 2026 15:22:44 -0700 Subject: [PATCH 2/3] Update change log --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2367ee06..5ec231e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- chore: source mobile version from build.gradle/pbxproj instead of bitrise.yml ([#269](https://github.com/MetaMask/github-tools/pull/269)) - -### Changed - -- Mobile release automation no longer reads from or writes to `bitrise.yml`; the build number (`versionCode` / `CURRENT_PROJECT_VERSION`) and semver (`versionName` / `MARKETING_VERSION`) are now sourced from `android/app/build.gradle` and `ios/MetaMask.xcodeproj/project.pbxproj` directly - - `set-semvar-version.sh`, `set-mobile-build-version.sh`, and `create-platform-release-pr.sh` updated accordingly, allowing consumers to remove `bitrise.yml` +- chore: Remove `bitrise.yml` dependency and source mobile version from build.gradle/pbxproj instead ([#269](https://github.com/MetaMask/github-tools/pull/269)) ## [1.15.0] From 6f90ceeb4fb7bd41b071062461046d1b036d3240 Mon Sep 17 00:00:00 2001 From: Cal-L Date: Wed, 1 Jul 2026 15:25:16 -0700 Subject: [PATCH 3/3] Update change log to changed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec231e0..fc4c6c2a 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.16.0] -### Uncategorized +### Changed - chore: Remove `bitrise.yml` dependency and source mobile version from build.gradle/pbxproj instead ([#269](https://github.com/MetaMask/github-tools/pull/269))