Method: Fastlane::Actions::MakeChangelogFromJenkinsAction.description
- Defined in:
- fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb
.description ⇒ Object
31 32 33 |
# File 'fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb', line 31 def self.description "Generate a changelog using the Changes section from the current Jenkins build" end |