Skip to content

Releases: wordpress-mobile/release-toolkit

13.5.3

18 Oct 00:06
a38e40a

Choose a tag to compare

Internal Changes

  • Extract GlotPress download and retry logic into a shared GlotPressDownloader helper class. [#667]

13.5.2

14 Oct 12:15
a11fe6b

Choose a tag to compare

Bug Fixes

  • Fix a bug in create_release_backmerge_pull_request when you pass a intermediate_branch_created_callback callback but there's ultimately nothing to merge. [#665]

13.5.1

06 Oct 19:21
cbfe42e

Choose a tag to compare

Bug Fixes

  • Fix GitHub API search queries to support fine-grained tokens in addition to classic tokens. Fine-grained tokens require explicit is:issue or is:pull-request qualifiers in search queries. [#663]

13.5.0

19 Sep 16:13
3d99f3d

Choose a tag to compare

New Features

  • upload_build_to_apps_cdn: Add support for Microsoft Store as an allowed value for the platform parameter. [#661]

13.4.0

05 Aug 21:14
ebf9752

Choose a tag to compare

New Features

  • Add the possibility to configure in DerivedBuildCodeFormatter a versioning prefix instead of always defaulting to 1. [#656]
  • Add configurable number of digits in version components in DerivedBuildCodeFormatter. [#657]

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]