Releases: wordpress-mobile/release-toolkit
Releases · wordpress-mobile/release-toolkit
12.5.0
New Features
- The
ios_lint_localizations
action now accepts afail_on_strings_not_in_base_language
parameter (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_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
12.3.3
12.3.2
12.3.1
12.3.0
New Features
buildkite_pipeline_upload
: prepend.buildkite/
to thepipeline_file
parameter to enforce our conventions [#608]
Bug Fixes
create_release-backmerge_pull_request
: Fix the pre-check logic verifying if a PR is really needed or if there's nothing to backmerge. [#607]
Internal Changes
buildkite_pipeline_upload
: makes sure all values passed in the environment parameter are strings [#608]
12.2.1
12.2.0
12.1.0
New Features
ios_generate_strings_file_from_code
now accepts anoutput_encoding:
optional parameter. [#591]
This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 thatgenstrings
is using.
Internal Changes
- Added the handling of remote to
GitHelper::point_to_same_commit?
[#590]