Method: Fastlane::Actions::MakeChangelogFromJenkinsAction.output
- Defined in:
- fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb
.output ⇒ Object
53 54 55 56 57 |
# File 'fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb', line 53 def self.output [ ['FL_CHANGELOG', 'The changelog generated by Jenkins'] ] end |