Skip to content

Commit

Permalink
Merge pull request #15564 from wordpress-mobile/remove/pr-list-at-cod…
Browse files Browse the repository at this point in the history
…efreeze

Remove PR list generation at code freeze
  • Loading branch information
loremattei authored Nov 12, 2021
2 parents 3885238 + a6f0c6b commit 0f11c4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ REPOSITORY_NAME = 'WordPress-Android'
android_bump_version_release()
new_version = android_get_app_version()

# need to get prs list before version update to frozen tag
get_prs_list(repository: GHHELPER_REPO, milestone: new_version, report_path: "#{File.expand_path('~')}/wpandroid_prs_list_#{old_version}_#{new_version}.txt")

extract_release_notes_for_version(
version: new_version,
release_notes_file_path: "#{ENV['PROJECT_ROOT_FOLDER']}RELEASE-NOTES.txt",
Expand Down Expand Up @@ -812,11 +809,6 @@ REPOSITORY_NAME = 'WordPress-Android'
########################################################################
# Helper Lanes
########################################################################
desc 'Get a list of pull request from `start_tag` to the current state'
lane :get_pullrequests_list do |options|
get_prs_list(repository: GHHELPER_REPO, milestone: "#{options[:milestone]}", report_path: "#{File.expand_path('~')}/wpandroid_prs_list.txt")
end

#####################################################################################
# build_bundle
# -----------------------------------------------------------------------------------
Expand Down

0 comments on commit 0f11c4f

Please sign in to comment.