Skip to content

Commit

Permalink
Update new_beta_release lane with current actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Nov 14, 2022
1 parent b53c4f6 commit 8360b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ end
desc "Updates a release branch for a new beta release"
lane :new_beta_release do | options |
ios_betabuild_prechecks(options)
ios_update_metadata(options)
sanitize_appstore_keywords()
download_localized_strings_and_metadata_from_glotpress
ios_lint_localizations(input_dir: 'Simplenote', allow_retry: true)
ios_bump_version_beta()
ios_tag_build()
ios_bump_version_beta
version = ios_get_app_version
trigger_beta_build(branch_to_build: "release/#{version}")
end

#####################################################################################
Expand Down

0 comments on commit 8360b72

Please sign in to comment.