File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 153
153
xcpretty-travis-formatter (>= 0.0.3 )
154
154
fastlane-plugin-appcenter (1.6.0 )
155
155
fastlane-plugin-sentry (1.6.0 )
156
- fastlane-plugin-wpmreleasetoolkit (1 .3.1 )
156
+ fastlane-plugin-wpmreleasetoolkit (2 .3.0 )
157
157
activesupport (~> 5 )
158
158
bigdecimal (~> 1.4 )
159
159
chroma (= 0.2.0 )
@@ -164,13 +164,13 @@ GEM
164
164
octokit (~> 4.18 )
165
165
parallel (~> 1.14 )
166
166
progress_bar (~> 1.3 )
167
- rake (~> 12.3 )
167
+ rake (>= 12.3 , < 14.0 )
168
168
rake-compiler (~> 1.0 )
169
169
ffi (1.14.2 )
170
170
fourflusher (2.3.1 )
171
171
fuzzy_match (2.0.4 )
172
172
gh_inspector (1.1.3 )
173
- git (1.9.1 )
173
+ git (1.10.2 )
174
174
rchardet (~> 1.8 )
175
175
google-api-client (0.38.0 )
176
176
addressable (~> 2.5 , >= 2.5.1 )
230
230
memoist (0.16.2 )
231
231
mini_magick (4.11.0 )
232
232
mini_mime (1.0.3 )
233
- mini_portile2 (2.5.3 )
233
+ mini_portile2 (2.7.1 )
234
234
minitest (5.14.4 )
235
235
molinillo (0.6.6 )
236
236
multi_json (1.15.0 )
@@ -239,13 +239,13 @@ GEM
239
239
nap (1.1.0 )
240
240
naturally (2.2.1 )
241
241
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 )
244
244
racc (~> 1.4 )
245
245
octokit (4.21.0 )
246
246
faraday (>= 0.9 )
247
247
sawyer (~> 0.8.0 , >= 0.5.3 )
248
- oj (3.12.1 )
248
+ oj (3.13.11 )
249
249
optimist (3.0.1 )
250
250
options (2.3.2 )
251
251
os (1.1.1 )
@@ -257,10 +257,10 @@ GEM
257
257
highline (>= 1.6 , < 3 )
258
258
options (~> 2.3.0 )
259
259
public_suffix (4.0.6 )
260
- racc (1.5.2 )
260
+ racc (1.6.0 )
261
261
rainbow (3.0.0 )
262
262
rake (12.3.3 )
263
- rake-compiler (1.1.1 )
263
+ rake-compiler (1.1.7 )
264
264
rake
265
265
rchardet (1.8.0 )
266
266
regexp_parser (2.1.1 )
@@ -337,7 +337,7 @@ DEPENDENCIES
337
337
fastlane (~> 2 )
338
338
fastlane-plugin-appcenter (= 1.6.0 )
339
339
fastlane-plugin-sentry
340
- fastlane-plugin-wpmreleasetoolkit (~> 1 .3 )
340
+ fastlane-plugin-wpmreleasetoolkit (~> 2 .3 )
341
341
octokit (~> 4.0 )
342
342
rake (~> 12.3 )
343
343
rubocop (~> 1.18 )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ ENV["PROJECT_ROOT_FOLDER"]="./"
14
14
ENV [ 'APP_STORE_STRINGS_FILE_NAME' ] = 'AppStoreStrings.pot'
15
15
ENV [ "PUBLIC_CONFIG_FILE" ] = "./config/Version.Public.xcconfig"
16
16
ENV [ "DOWNLOAD_METADATA" ] = "./fastlane/download_metadata.swift"
17
+ ENV [ 'FL_RELEASE_TOOLKIT_DEFAULT_BRANCH' ] = 'trunk'
17
18
18
19
USER_ENV_FILE_PATH = File . join ( Dir . home , '.simplenotemacos-env.default' )
19
20
114
115
# bundle exec fastlane code_freeze
115
116
# bundle exec fastlane code_freeze skip_confirm:true
116
117
#####################################################################################
117
- desc "Creates a new release branch from the current develop "
118
+ desc "Creates a new release branch from the current trunk "
118
119
lane :code_freeze do | options |
119
120
old_version = ios_codefreeze_prechecks ( options )
120
121
234
235
UI . user_error! ( 'To finalize a hotfix, please use the finalize_hotfix_release lane instead' ) if ios_current_branch_is_hotfix
235
236
236
237
ios_finalize_prechecks ( options )
237
-
238
+
238
239
ios_update_metadata ( options )
239
240
ios_bump_version_beta ( )
240
241
417
418
job_params : { app_store_build : true }
418
419
)
419
420
end
420
-
421
+
Original file line number Diff line number Diff line change 2
2
#
3
3
# Ensure this file is checked in to source control!
4
4
5
- gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1 .3'
5
+ gem 'fastlane-plugin-wpmreleasetoolkit', '~> 2 .3'
6
6
gem 'fastlane-plugin-sentry'
7
7
gem 'fastlane-plugin-appcenter', '1.6.0'
You can’t perform that action at this time.
0 commit comments