From d9c348eb42a5772b805d819fd27fb95dac767596 Mon Sep 17 00:00:00 2001 From: Ian Guedes Maia Date: Fri, 30 Aug 2024 20:22:23 +0200 Subject: [PATCH] Update comment to not mention pagination --- lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb b/lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb index dfb0be6dd..1a3b88f37 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb @@ -198,7 +198,7 @@ def get_release_url(repository:, tag_name:) nil end - # Publishes an existing GitHub Release still in draft mode. Note that this will search only within the first page of releases, as returned by the GitHub API. + # Publishes an existing GitHub Release still in draft mode. # # @param [String] repository The repository name, including the organization (e.g. `wordpress-mobile/wordpress-ios`) # @param [String] name The name of the release to publish.