Method: Fastlane::Actions::MakeChangelogFromJenkinsAction.details

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

.detailsObject



35
36
37
# File 'fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb', line 35

def self.details
  "This is useful when deploying automated builds. The changelog from Jenkins lists all the commit messages since the last build."
end