fastlane/lib/fastlane/actions/tryouts.rb in fastlane-2.101.1 vs fastlane/lib/fastlane/actions/tryouts.rb in fastlane-2.102.0
- old
+ new
@@ -56,10 +56,10 @@
yield(env[:status], env[:body]) if block_given?
end
end
def self.description
- "Upload a new build to Tryouts"
+ "Upload a new build to [Tryouts](https://tryouts.io/)"
end
def self.details
"More information: [http://tryouts.readthedocs.org/en/latest/releases.html#create-release](http://tryouts.readthedocs.org/en/latest/releases.html#create-release)"
end