Skip to content

Commit d6586c8

Browse files
committed
Updates fastlane for default branch change to trunk
1 parent a1a4f2e commit d6586c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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+

0 commit comments

Comments
 (0)