Releases: wordpress-mobile/release-toolkit
Releases · wordpress-mobile/release-toolkit
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
New Features
buildkite_pipeline_upload: prepend.buildkite/to thepipeline_fileparameter 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_codenow 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 thatgenstringsis using.
Internal Changes
- Added the handling of remote to
GitHelper::point_to_same_commit?[#590]
12.0.0
Breaking Changes
- Removed
build_gradle_pathparameter fromandroid_current_branch_is_hotfix. [#579] - Deleted
Fastlane::Helper::Android::GitHelperandFastlane::Helper::Ios::GitHelper. [#579] - Renamed
create_releasetocreate_github_releasefor consistency. [#585, #588] - Deleted the following deprecated actions: [#577, #579, #586]
android_betabuild_prechecksandroid_build_prechecksandroid_bump_version_betaandroid_bump_version_final_releaseandroid_bump_version_hotfixandroid_bump_version_releaseandroid_codefreeze_prechecksandroid_completecodefreeze_prechecksandroid_finalize_prechecksandroid_get_alpha_versionandroid_get_app_versionandroid_get_release_versionandroid_hotfix_prechecksandroid_tag_buildios_betabuild_prechecksios_build_prechecksios_bump_version_betaios_bump_version_hotfixios_bump_version_releaseios_codefreeze_prechecksios_completecodefreeze_prechecksios_current_branch_is_hotfixios_finalize_prechecksios_get_app_versionios_get_build_numberios_get_build_versionios_hotfix_prechecksios_tag_buildios_validate_ci_build
New Features
- Added the
publish_github_releaseaction to publish existing GitHub draft releases. [#585]
Bug Fixes
- Fix
create_release_backmerge_pull_request_actionerror when creating a backmerge to a branch not yet fetched locally. [#587]