Skip to content

Releases: wordpress-mobile/release-toolkit

12.5.0

19 Feb 14:29
a55c368
Compare
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
Compare
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
Compare
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]

12.3.3

21 Nov 11:59
db580fd
Compare
Choose a tag to compare

Bug Fixes

  • Fix check_fonts_installed step in create_promo_screenshots [#615]
  • Fix broken draw_text_to_canvas method for create_promo_screenshots [#614]

12.3.2

14 Nov 20:22
9d1f5b7
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug in configure_apply that could happen if run on a user machine that hasn't yet git-pull the latest commits from ~/.mobile-secrets to a commit after the new encryption key had been pushed. [#612]

12.3.1

13 Nov 21:31
8ed2bb1
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with post-processing of PR urls in the body of GitHub releases created via create_github_release [#610]

12.3.0

31 Oct 16:52
45c4006
Compare
Choose a tag to compare

New Features

  • buildkite_pipeline_upload: prepend .buildkite/ to the pipeline_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

18 Oct 17:35
b4f110a
Compare
Choose a tag to compare

Bug Fixes

  • create_release_backmerge_pull_request now deletes existing intermediate branches before creating them anew. [#601]

12.2.0

30 Sep 15:47
26944a1
Compare
Choose a tag to compare

New Features

  • Added the buildkite_pipeline_upload action to upload a Buildkite pipeline to a running Buildkite build. [#597]

12.1.0

12 Sep 14:47
ee03eb9
Compare
Choose a tag to compare

New Features

  • ios_generate_strings_file_from_code now accepts an output_encoding: optional parameter. [#591]
    This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 that genstrings is using.

Internal Changes

  • Added the handling of remote to GitHelper::point_to_same_commit? [#590]