pilot/lib/pilot/build_manager.rb in fastlane-2.102.0 vs pilot/lib/pilot/build_manager.rb in fastlane-2.103.0

- old
+ new

@@ -16,10 +16,10 @@ UI.user_error!("No ipa file given") unless config[:ipa] if options[:changelog].nil? && options[:distribute_external] == true if UI.interactive? - options[:changelog] = UI.input("No changelog provided for new build. Please provide a changelog. You can also provide a changelog using the `changelog` option") + options[:changelog] = UI.input("No changelog provided for new build. You can provide a changelog using the `changelog` option. For now, please provide a changelog here:") else UI.user_error!("No changelog provided for new build. Please either disable `distribute_external` or provide a changelog using the `changelog` option") end end