File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ GH_ORG_NAME="woocommerce"
7474 ios_bump_version_release ( )
7575 new_version = ios_get_app_version ( )
7676 ios_update_release_notes ( new_version : new_version )
77+ get_prs_list ( repository :GHHELPER_REPO , tag :"#{ new_version } " , report_path :"#{ File . expand_path ( '~' ) } /wcios_prs_list_#{ old_version } _#{ new_version } .txt" )
7778 setbranchprotection ( repository :GHHELPER_REPO , branch : "release/#{ new_version } " )
7879 setfrozentag ( repository :GHHELPER_REPO , milestone : new_version )
79- get_prs_list ( repository :GHHELPER_REPO , start_tag :"#{ old_version } " , report_path :"#{ File . expand_path ( '~' ) } /wcios_prs_list_#{ old_version } _#{ new_version } .txt" )
8080 ios_check_beta_deps ( podfile :"#{ ENV [ "PROJECT_ROOT_FOLDER" ] } Podfile" )
8181 end
8282
You can’t perform that action at this time.
0 commit comments