Skip to content

Commit fb64010

Browse files
committed
Update the bump version call to reflect that we no longer use the Deliverfile
1 parent 616fb46 commit fb64010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ platform :ios do
172172
lane :code_freeze do |options|
173173
ios_codefreeze_prechecks(options)
174174

175-
ios_bump_version_release(skip_glotpress: true)
175+
ios_bump_version_release(skip_glotpress: true, skip_deliver: true)
176176
new_version = ios_get_app_version
177177
extract_release_notes_for_version(
178178
version: new_version,

0 commit comments

Comments
 (0)