File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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
+
You can’t perform that action at this time.
0 commit comments