Method: Fastlane::Actions::GetGithubReleaseAction.description

Defined in:
fastlane/lib/fastlane/actions/get_github_release.rb

.descriptionObject



51
52
53
# File 'fastlane/lib/fastlane/actions/get_github_release.rb', line 51

def self.description
  "This will verify if a given release version is available on GitHub"
end