fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.194.0 vs fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.195.0

- old
+ new

@@ -96,10 +96,10 @@ 'changelog = prompt( text: "Changelog: ", multi_line_end_keyword: "END" ) - crashlytics(notes: changelog)' + pilot(changelog: changelog)' ] end def self.sample_return_value "User Content\nWithNewline"