Skip to content

Commit 57e6915

Browse files
committed
Update release-toolkit to 2.3.0
1 parent 5cde1da commit 57e6915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ GEM
165165
xctest_list (>= 1.2.1)
166166
fastlane-plugin-trainer (0.4.1)
167167
trainer (>= 0.7.0)
168-
fastlane-plugin-wpmreleasetoolkit (2.2.0)
168+
fastlane-plugin-wpmreleasetoolkit (2.3.0)
169169
activesupport (~> 5)
170170
bigdecimal (~> 1.4)
171171
chroma (= 0.2.0)
@@ -238,7 +238,7 @@ GEM
238238
mini_magick (4.11.0)
239239
mini_mime (1.1.2)
240240
mini_portile2 (2.6.1)
241-
minitest (5.14.4)
241+
minitest (5.15.0)
242242
molinillo (0.8.0)
243243
multi_json (1.15.0)
244244
multipart-post (2.0.0)

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ platform :ios do
6666
ENV['DOWNLOAD_METADATA'] = 'fastlane/download_metadata.swift'
6767
ENV['PROJECT_ROOT_FOLDER'] = './'
6868
ENV['APP_STORE_STRINGS_FILE_NAME'] = 'AppStoreStrings.pot'
69+
ENV['FL_RELEASE_TOOLKIT_DEFAULT_BRANCH'] = 'trunk'
6970

7071
# Other defines used across multiple lanes
7172
REPOSITORY_NAME = 'woocommerce-ios'

0 commit comments

Comments
 (0)