Releases: wordpress-mobile/release-toolkit
Releases · wordpress-mobile/release-toolkit
13.3.1
13.3.0
13.2.0
13.1.2
13.1.1
13.1.0
New Features
- Make fastlane log actions as collapsible groups in Buildkite. [#638]
- Add
api_urlparameter tocreate_release_backmerge_pull_requestto 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_requestwhere calling another fastlane action from theintermediate_branch_created_callbackproc now behaves correctly. [#641] - Fix an issue where
prototype_build_details_commentadded some unexpected metadata rows in the comment table if we didn't usefirebase_app_distribution(e.g. for Prototype Builds uploaded to S3 and not using FAD) [#642]
13.0.0
Breaking Changes
- The
prototype_build_details_commentaction now relies on thelane_contextoffirebase_app_distributioninstead of the one fromappcenter_uploadfor 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_cdnaction to upload a build binary to the Apps CDN. [#636]
12.5.0
New Features
- The
ios_lint_localizationsaction now accepts afail_on_strings_not_in_base_languageparameter (defaulting totrue) 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
New Features
- Introduce new
openai_askaction to get responses to a prompt/question from OpenAI API. [#621] - Allow
extract_release_notes_for_versionto return the extracted release notes without saving to a file. [#623]
Bug Fixes
- Remove period from "Update draft release notes..." commit message [#622]