Skip to content

Releases: wordpress-mobile/release-toolkit

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]

12.0.0

03 Sep 18:40
c6e2a12
Compare
Choose a tag to compare

Breaking Changes

  • Removed build_gradle_path parameter from android_current_branch_is_hotfix. [#579]
  • Deleted Fastlane::Helper::Android::GitHelper and Fastlane::Helper::Ios::GitHelper. [#579]
  • Renamed create_release to create_github_release for consistency. [#585, #588]
  • Deleted the following deprecated actions: [#577, #579, #586]
    • android_betabuild_prechecks
    • android_build_prechecks
    • android_bump_version_beta
    • android_bump_version_final_release
    • android_bump_version_hotfix
    • android_bump_version_release
    • android_codefreeze_prechecks
    • android_completecodefreeze_prechecks
    • android_finalize_prechecks
    • android_get_alpha_version
    • android_get_app_version
    • android_get_release_version
    • android_hotfix_prechecks
    • android_tag_build
    • ios_betabuild_prechecks
    • ios_build_prechecks
    • ios_bump_version_beta
    • ios_bump_version_hotfix
    • ios_bump_version_release
    • ios_codefreeze_prechecks
    • ios_completecodefreeze_prechecks
    • ios_current_branch_is_hotfix
    • ios_finalize_prechecks
    • ios_get_app_version
    • ios_get_build_number
    • ios_get_build_version
    • ios_hotfix_prechecks
    • ios_tag_build
    • ios_validate_ci_build

New Features

  • Added the publish_github_release action to publish existing GitHub draft releases. [#585]

Bug Fixes

  • Fix create_release_backmerge_pull_request_action error when creating a backmerge to a branch not yet fetched locally. [#587]

Internal Changes

  • Update gems used internally & remove upper bound on nokogiri from the .gemspec. [#583]
  • Updated our internal Ruby dependencies. [#582]

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]