Method: Fastlane::Actions::HockeyAction.deprecated_notes

Defined in:
fastlane/lib/fastlane/actions/hockey.rb

.deprecated_notesObject



397
398
399
400
401
402
# File 'fastlane/lib/fastlane/actions/hockey.rb', line 397

def self.deprecated_notes
  [
    "HockeyApp will be no longer supported and will be transitioned into App Center on November 16, 2019.",
    "Please migrate over to [App Center](https://github.com/Microsoft/fastlane-plugin-appcenter/)"
  ].join("\n")
end