Releases: wordpress-mobile/release-toolkit
Releases · wordpress-mobile/release-toolkit
11.0.3
Bug Fixes
11.0.2
11.0.1
11.0.0
Breaking Changes
- Make
ios_check_beta_depsuse thePodfile.lockinstead ofPodfilefor its detection, and also be able to detect Pods referenced by commits and branches. If your Fastfile called this action with an explicitpodfile: …argument, you'll have to update the call to uselockfile: ...instead (or rely on defaults). [#557]
10.0.0
Breaking Changes
- Upgraded the minimum required Ruby version to
3.2.2. [#517] - Removed the old
setbranchprotectionandremovebranchprotectionbackwards-compatiblity stubs for the now-renamedset_branch_protectionandremove_branch_protectionactions. [#549] - Renamed
setfrozentagaction toset_milestone_frozen_marker. [#548] - Removed the
ios_clear_intermediate_tagsaction, which has been deprecated for a while. [#549] - Removed the
has_alpha_versionoption from several actions and helper methods. It has already been deprecated for many versions. [#550] - Removed the
project_nameandproject_root_folderoptions from several actions. [#550] - Renamed
update_pull_requests_milestonetoupdate_assigned_milestoneand make it handle GitHub issues as well as PRs. [#547]
Bug Fixes
- Fixed
comment_on_prto allow first paragraph of the comment to still be interpreted as Markdown. [#544]
Internal Changes
9.5.0
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
- Ensure
comment_on_prformats comments as Markdown by @AliSoftware in #544 - Replace two GitHelper methods with Fastlane actions by @spencertransier in #531
- Ruby 3 Upgrade by @iangmaia in #517
- Dangermattic Setup by @iangmaia in #518
- Bump the bundler group across 1 directories with 2 updates by @dependabot in #546
Full Changelog: 9.4.0...9.5.0
9.4.0
9.3.1
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
9.2.0
New Features
- Added optional
build_gradle_pathandversion_properties_pathconfig items to actions that previously used thePROJECT_ROOT_FOLDERenvironment variable [#519]
Internal Changes
- Added deprecation notices to any actions or methods using the
PROJECT_ROOT_FOLDERenvironment variable [#519] - Added deprecation notices to any actions or methods using the
PROJECT_NAMEenvironment variable [#519]
Full Changelog: 9.1.0...9.2.0