Releases: wordpress-mobile/release-toolkit
Releases · wordpress-mobile/release-toolkit
11.1.0
11.0.3
Bug Fixes
11.0.2
11.0.1
11.0.0
Breaking Changes
- Make
ios_check_beta_deps
use thePodfile.lock
instead ofPodfile
for 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
setbranchprotection
andremovebranchprotection
backwards-compatiblity stubs for the now-renamedset_branch_protection
andremove_branch_protection
actions. [#549] - Renamed
setfrozentag
action toset_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
andproject_root_folder
options from several actions. [#550] - Renamed
update_pull_requests_milestone
toupdate_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
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_pr
formats 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]