Skip to content

Commit fbdf6e0

Browse files
authored
Merge pull request #1055 from Automattic/remove/pr-list-generation-at-codefreeze
Remove pr list generation at code freeze
2 parents 32b4e7e + dc6ff43 commit fbdf6e0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ end
121121
ios_bump_version_release()
122122
new_version = ios_get_app_version()
123123
ios_update_release_notes(new_version: new_version)
124-
get_prs_list(repository:GHHELPER_REPO, milestone: new_version, report_path:"#{File.expand_path('~')}/simplenotemacos_prs_list_#{old_version}_#{new_version}.txt")
125124
setbranchprotection(repository:GHHELPER_REPO, branch: "release/#{new_version}")
126125
setfrozentag(repository:GHHELPER_REPO, milestone: new_version)
127126

@@ -418,11 +417,4 @@ end
418417
job_params: { app_store_build: true }
419418
)
420419
end
421-
422-
########################################################################
423-
# Helper Lanes
424-
########################################################################
425-
desc "Get a list of pull request from `start_tag` to the current state"
426-
lane :get_pullrequests_list do | options |
427-
get_prs_list(repository:GHHELPER_REPO, start_tag:"#{options[:start_tag]}", report_path:"#{File.expand_path('~')}/simplenotemacos_prs_list.txt")
428-
end
420+

0 commit comments

Comments
 (0)