From 23be362c2a482ef9e6aef65f5841dcbcaf16798a Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Fri, 21 Mar 2025 15:50:55 +0100 Subject: [PATCH] Bumped to version 13.1.0 --- CHANGELOG.md | 18 ++++++++++++++---- Gemfile.lock | 2 +- .../plugin/wpmreleasetoolkit/version.rb | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a81f16aa..510bc9bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,18 +10,28 @@ _None_ ### New Features -- Make fastlane log actions as collapsible groups in Buildkite. [#638] -- Add `api_url` parameter to `create_release_backmerge_pull_request` to support GitHub Enterprise. Also, updated the code so the intermediate branch tracks its remote branch after pushing. [#641] +_None_ ### Bug Fixes -- Fix issue in `create_release_backmerge_pull_request` where calling another fastlane action from the `intermediate_branch_created_callback` proc now behaves correctly. [#641] -- Fix an issue where `prototype_build_details_comment` added some unexpected metadata rows in the comment table if we didn't use `firebase_app_distribution` (e.g. for Prototype Builds uploaded to S3 and not using FAD) [#642] +_None_ ### Internal Changes _None_ +## 13.1.0 + +### New Features + +- Make fastlane log actions as collapsible groups in Buildkite. [#638] +- Add `api_url` parameter to `create_release_backmerge_pull_request` to support GitHub Enterprise. Also, updated the code so the intermediate branch tracks its remote branch after pushing. [#641] + +### Bug Fixes + +- Fix issue in `create_release_backmerge_pull_request` where calling another fastlane action from the `intermediate_branch_created_callback` proc now behaves correctly. [#641] +- Fix an issue where `prototype_build_details_comment` added some unexpected metadata rows in the comment table if we didn't use `firebase_app_distribution` (e.g. for Prototype Builds uploaded to S3 and not using FAD) [#642] + ## 13.0.0 ### Breaking Changes diff --git a/Gemfile.lock b/Gemfile.lock index 69d2e094a..3e0a20a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (13.0.0) + fastlane-plugin-wpmreleasetoolkit (13.1.0) activesupport (>= 6.1.7.1) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index 475f004fd..3f32a6577 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '13.0.0' + VERSION = '13.1.0' end end