Skip to content

Commit ca54c74

Browse files
iangmaiaCopilot
andauthored
Update comment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 60dbfb3 commit ca54c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/helper/github_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def find_release(repository:, version:)
254254
def release_for_tag(repository:, version:)
255255
client.release_for_tag(repository, version)
256256
rescue Octokit::NotFound
257-
# A 404 only means the fallback did not find a published release.
257+
# A 404 only means the fallback did not find a release for this tag.
258258
# Other API errors should be surfaced.
259259
nil
260260
end

0 commit comments

Comments
 (0)