Skip to content

Releases: wordpress-mobile/release-toolkit

13.3.1

26 Jun 09:15
86e8ec0

Choose a tag to compare

Bug Fixes

  • Fix can't modify frozen String: "transparent" and other FrozenError crashes in promo_screenshots_action. [#653]

13.3.0

17 Jun 12:29
7827298

Choose a tag to compare

New Features

  • Update upload_build_to_apps_cdn action with newly-added install_type and sha API parameters. [#651]

13.2.0

20 May 14:12
dac579a

Choose a tag to compare

New Features

  • Introduce buildkite_add_trigger_step action, to insert a trigger: step in the current pipeline to trigger a child build from the current build. [#648]

13.1.2

15 Apr 18:59
4319437

Choose a tag to compare

Bug Fixes

  • create_release_backmerge_pull_request: fix the backmerge PR branch validation in CI. [#646]

13.1.1

14 Apr 19:01
be5b978

Choose a tag to compare

Bug Fixes

  • Fix error in extract_release_notes_for_version, avoiding modifying a frozen string. [#644]

13.1.0

21 Mar 15:30
d2fd5d0

Choose a tag to compare

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

11 Mar 17:56
99743b9

Choose a tag to compare

Breaking Changes

  • The prototype_build_details_comment action now relies on the lane_context of firebase_app_distribution instead of the one from appcenter_upload for the implicit metadata and download URL to use in the comment.
    This is in the context of us moving from App Center (which will be shut down in March 2025) to Firebase App Distribution as our primary mechanism to distribute prototype builds. [#630]

New Features

  • Introduce upload_build_to_apps_cdn action to upload a build binary to the Apps CDN. [#636]

12.5.0

19 Feb 14:29
a55c368

Choose a tag to compare

New Features

  • The ios_lint_localizations action now accepts a fail_on_strings_not_in_base_language parameter (defaulting to true) to control whether to report violations when finding strings in translations that are not present in the base language. [#631]

Internal Changes

  • The library now uses immutable literals, via # frozen_strings_literal: true. This may result in runtime issues that we will address ASAP once discovered [#626]

12.4.0

11 Dec 19:57
92e893b

Choose a tag to compare

New Features

  • Introduce new openai_ask action to get responses to a prompt/question from OpenAI API. [#621]
  • Allow extract_release_notes_for_version to return the extracted release notes without saving to a file. [#623]

Bug Fixes

  • Remove period from "Update draft release notes..." commit message [#622]

12.3.4

02 Dec 12:41
71095be

Choose a tag to compare

Bug Fixes

  • DateVersionCalculator: move next year calculation decision to the clients [#619]

Internal Changes

  • Remove Danger check for milestones, as we don't really use GitHub milestones in this repo. [#617]