Skip to content

Commit 4f319f4

Browse files
committed
Fix get_prs_list
1 parent d3aa48c commit 4f319f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)