Skip to content

Commit

Permalink
Update the bump version call to reflect that we no longer use the Del…
Browse files Browse the repository at this point in the history
…iverfile
  • Loading branch information
iangmaia committed Feb 10, 2023
1 parent 34c8e69 commit 7dbc147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end
lane :code_freeze do | options |
old_version = ios_codefreeze_prechecks(options)

ios_bump_version_release()
ios_bump_version_release(skip_deliver: true)
new_version = ios_get_app_version()
extract_release_notes_for_version(version: new_version,
release_notes_file_path: File.join(PROJECT_ROOT_FOLDER, 'RELEASE-NOTES.txt'),
Expand Down

0 comments on commit 7dbc147

Please sign in to comment.