Skip to content

Commit 5fdfe29

Browse files
authored
Merge pull request #5414 from woocommerce/remove/pr-list-generation-during-codefreeze
Remove PR list generation at code-freeze
2 parents 4c1428d + a723e90 commit 5fdfe29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)