Skip to content

Commit b5c2e5f

Browse files
authored
Merge pull request #1056 from Automattic/update/default-branch-to-trunk
Update default branch to trunk
2 parents fbdf6e0 + d6586c8 commit b5c2e5f

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
xcpretty-travis-formatter (>= 0.0.3)
154154
fastlane-plugin-appcenter (1.6.0)
155155
fastlane-plugin-sentry (1.6.0)
156-
fastlane-plugin-wpmreleasetoolkit (1.3.1)
156+
fastlane-plugin-wpmreleasetoolkit (2.3.0)
157157
activesupport (~> 5)
158158
bigdecimal (~> 1.4)
159159
chroma (= 0.2.0)
@@ -164,13 +164,13 @@ GEM
164164
octokit (~> 4.18)
165165
parallel (~> 1.14)
166166
progress_bar (~> 1.3)
167-
rake (~> 12.3)
167+
rake (>= 12.3, < 14.0)
168168
rake-compiler (~> 1.0)
169169
ffi (1.14.2)
170170
fourflusher (2.3.1)
171171
fuzzy_match (2.0.4)
172172
gh_inspector (1.1.3)
173-
git (1.9.1)
173+
git (1.10.2)
174174
rchardet (~> 1.8)
175175
google-api-client (0.38.0)
176176
addressable (~> 2.5, >= 2.5.1)
@@ -230,7 +230,7 @@ GEM
230230
memoist (0.16.2)
231231
mini_magick (4.11.0)
232232
mini_mime (1.0.3)
233-
mini_portile2 (2.5.3)
233+
mini_portile2 (2.7.1)
234234
minitest (5.14.4)
235235
molinillo (0.6.6)
236236
multi_json (1.15.0)
@@ -239,13 +239,13 @@ GEM
239239
nap (1.1.0)
240240
naturally (2.2.1)
241241
netrc (0.11.0)
242-
nokogiri (1.11.7)
243-
mini_portile2 (~> 2.5.0)
242+
nokogiri (1.13.1)
243+
mini_portile2 (~> 2.7.0)
244244
racc (~> 1.4)
245245
octokit (4.21.0)
246246
faraday (>= 0.9)
247247
sawyer (~> 0.8.0, >= 0.5.3)
248-
oj (3.12.1)
248+
oj (3.13.11)
249249
optimist (3.0.1)
250250
options (2.3.2)
251251
os (1.1.1)
@@ -257,10 +257,10 @@ GEM
257257
highline (>= 1.6, < 3)
258258
options (~> 2.3.0)
259259
public_suffix (4.0.6)
260-
racc (1.5.2)
260+
racc (1.6.0)
261261
rainbow (3.0.0)
262262
rake (12.3.3)
263-
rake-compiler (1.1.1)
263+
rake-compiler (1.1.7)
264264
rake
265265
rchardet (1.8.0)
266266
regexp_parser (2.1.1)
@@ -337,7 +337,7 @@ DEPENDENCIES
337337
fastlane (~> 2)
338338
fastlane-plugin-appcenter (= 1.6.0)
339339
fastlane-plugin-sentry
340-
fastlane-plugin-wpmreleasetoolkit (~> 1.3)
340+
fastlane-plugin-wpmreleasetoolkit (~> 2.3)
341341
octokit (~> 4.0)
342342
rake (~> 12.3)
343343
rubocop (~> 1.18)

fastlane/Fastfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV["PROJECT_ROOT_FOLDER"]="./"
1414
ENV['APP_STORE_STRINGS_FILE_NAME']='AppStoreStrings.pot'
1515
ENV["PUBLIC_CONFIG_FILE"]="./config/Version.Public.xcconfig"
1616
ENV["DOWNLOAD_METADATA"]="./fastlane/download_metadata.swift"
17+
ENV['FL_RELEASE_TOOLKIT_DEFAULT_BRANCH'] = 'trunk'
1718

1819
USER_ENV_FILE_PATH = File.join(Dir.home, '.simplenotemacos-env.default')
1920

@@ -114,7 +115,7 @@ end
114115
# bundle exec fastlane code_freeze
115116
# bundle exec fastlane code_freeze skip_confirm:true
116117
#####################################################################################
117-
desc "Creates a new release branch from the current develop"
118+
desc "Creates a new release branch from the current trunk"
118119
lane :code_freeze do | options |
119120
old_version = ios_codefreeze_prechecks(options)
120121

@@ -234,7 +235,7 @@ end
234235
UI.user_error!('To finalize a hotfix, please use the finalize_hotfix_release lane instead') if ios_current_branch_is_hotfix
235236

236237
ios_finalize_prechecks(options)
237-
238+
238239
ios_update_metadata(options)
239240
ios_bump_version_beta()
240241

@@ -417,4 +418,4 @@ end
417418
job_params: { app_store_build: true }
418419
)
419420
end
420-
421+

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# Ensure this file is checked in to source control!
44

5-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.3'
5+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 2.3'
66
gem 'fastlane-plugin-sentry'
77
gem 'fastlane-plugin-appcenter', '1.6.0'

0 commit comments

Comments
 (0)