pilot/lib/pilot/options.rb in fastlane-2.116.0 vs pilot/lib/pilot/options.rb in fastlane-2.116.1
- old
+ new
@@ -49,15 +49,15 @@
end),
FastlaneCore::ConfigItem.new(key: :changelog,
short_option: "-w",
optional: true,
env_name: "PILOT_CHANGELOG",
- description: "Provide the 'what's new' text when uploading a new build"),
+ description: "Provide the 'What to Test' text when uploading a new build. `skip_waiting_for_build_processing: false` is required to set the changelog"),
FastlaneCore::ConfigItem.new(key: :beta_app_description,
short_option: "-d",
optional: true,
env_name: "PILOT_BETA_APP_DESCRIPTION",
- description: "Provide the beta app description when uploading a new build"),
+ description: "Provide the 'Beta App Description' when uploading a new build"),
FastlaneCore::ConfigItem.new(key: :beta_app_feedback_email,
short_option: "-n",
optional: true,
env_name: "PILOT_BETA_APP_FEEDBACK",
description: "Provide the beta app email when uploading a new build"),