File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ platform :ios do
9898 extracted_notes_file_path : File . join ( 'WooCommerce' , 'Resources' , 'release_notes.txt' )
9999 )
100100 ios_update_release_notes ( new_version : new_version )
101- get_prs_list ( repository : GHHELPER_REPO , milestone : new_version ,
102- report_path : File . join ( File . expand_path ( '~' ) , "wcios_prs_list_#{ old_version } _#{ new_version } .txt" ) )
103101 setbranchprotection ( repository : GHHELPER_REPO , branch : "release/#{ new_version } " )
104102 setfrozentag ( repository : GHHELPER_REPO , milestone : new_version )
105103 ios_check_beta_deps ( podfile : 'Podfile' )
@@ -807,12 +805,6 @@ platform :ios do
807805 ########################################################################
808806 # Helper Lanes
809807 ########################################################################
810- desc 'Get a list of pull requests from the `milestone`'
811- lane :get_pullrequests_list do |options |
812- get_prs_list ( repository : GHHELPER_REPO , milestone : ( options [ :milestone ] ) . to_s ,
813- report_path : "#{ File . expand_path ( '~' ) } /wcios_prs_list.txt" )
814- end
815-
816808 desc 'Run release preflight checks'
817809 lane :release_preflight do |_options |
818810 configure_validate
You can’t perform that action at this time.
0 commit comments