Skip to content

Releases: wordpress-mobile/release-toolkit

11.1.0

22 Jul 19:53
33bc2c6
Compare
Choose a tag to compare

New Features

  • Added the action create_release_backmerge_pull_request to facilitate the creation of Pull Requests merging a release branch back to the main branch or currently ongoing releases [#570]

11.0.3

18 Jul 16:43
4439304
Compare
Choose a tag to compare

Bug Fixes

  • Fix android_download_translation issues reported in #569 [#571]
    • add post-processing of plurals nodes too.
    • detect and fix \@string/ references escaped in GlotPress exports.
    • replicate all XML attributes (and xmlns) present in values/string.xml on the corresponding nodes in the translated XML.

11.0.2

04 Jun 08:33
476f94f
Compare
Choose a tag to compare

New Features

  • buildkite_trigger_build now returns the web URL of the Buildkite build it scheduled [#564]

Internal Changes

  • Bump yard from 0.9.34 to 0.9.36 [#554]
  • Bump nokogiri from 1.16.2 to 1.16.5 [#566]
  • Bump rexml from 3.2.6 to 3.2.8 [#566]

11.0.1

15 Apr 17:30
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the android_download_translations action by correctly calling Fastlane's git_submodule_update action [#561]

11.0.0

11 Apr 05:14
05788ab
Compare
Choose a tag to compare

Breaking Changes

  • Make ios_check_beta_deps use the Podfile.lock instead of Podfile for its detection, and also be able to detect Pods referenced by commits and branches. If your Fastfile called this action with an explicit podfile: … argument, you'll have to update the call to use lockfile: ... instead (or rely on defaults). [#557]

10.0.0

28 Feb 17:18
eed4da0
Compare
Choose a tag to compare

Breaking Changes

  • Upgraded the minimum required Ruby version to 3.2.2. [#517]
  • Removed the old setbranchprotection and removebranchprotection backwards-compatiblity stubs for the now-renamed set_branch_protection and remove_branch_protection actions. [#549]
  • Renamed setfrozentag action to set_milestone_frozen_marker. [#548]
  • Removed the ios_clear_intermediate_tags action, which has been deprecated for a while. [#549]
  • Removed the has_alpha_version option from several actions and helper methods. It has already been deprecated for many versions. [#550]
  • Removed the project_name and project_root_folder options from several actions. [#550]
  • Renamed update_pull_requests_milestone to update_assigned_milestone and make it handle GitHub issues as well as PRs. [#547]

Bug Fixes

  • Fixed comment_on_pr to allow first paragraph of the comment to still be interpreted as Markdown. [#544]

Internal Changes

  • Added a deprecation notice to the GitHelper.ensure_on_branch! method [#531]
  • Added a deprecation notice to the GitHelper.update_submodules method [#531]
  • Update nokogiri, mini_portile2, and rmagick [#546]

9.5.0

21 Feb 23:45
810f935
Compare
Choose a tag to compare

Note: While the 9.5.0 tag and this release was created, the version wasn't bumped in version.rb, so 9.5.0 was never published to RubyGems. 9.4.0 is the official last release of 9.x before the 10.0.0 major version bump.

What's Changed

Full Changelog: 9.4.0...9.5.0

9.4.0

01 Feb 13:25
f8a9fc0
Compare
Choose a tag to compare

New Features

  • Added update_pull_requests_milestone action, to move all still-opened PRs of a given milestone to another milestone. [#539]

Internal Changes

  • Moves the mac-based parts of CI over to Apple Silicon. [#541]

9.3.1

15 Jan 12:18
80a668c
Compare
Choose a tag to compare

Bug Fixes

  • Updated QRCode generated images (for Prototype Build) to use https://goqr.me/api as a replacement to the now-discontinued Google service. [#537]

9.3.0

09 Jan 20:35
af4064e
Compare
Choose a tag to compare

New Features

  • Added optional has_alpha_version config item to actions that previously used the HAS_ALPHA_VERSION environment variable [#522]
  • Added a versioning method to check if a release is a hotfix [#530]

Internal Changes

  • Added deprecation notices to any actions or methods using the HAS_ALPHA_VERSION environment variable [#522]
  • Use SwiftGen 6.6.2 to address an Apple Silicon CI issue [#534]