gems fastlane 0.9.0
0.9.0 Generate lane documentation

latest releases: 2.220.0, 2.219.0, 2.218.0...
9 years ago

This release was kindly sponsored by Product Hunt 🌟

  • Use fastlane docs to generate a markdown based documentation of all your lanes. 📖
  • The ipa action now shows much more useful information while building and on errors 🚀
  • slack messages now handle super long messages much better 👍
  • Fixed a bug in increment_build_number handling non string values

Example documentation for lanes:

desc "Create new screenshots for all the devices"
desc "This will use `snapshot` to interact with the app"
lane :screenshots do
  snapshot
end

This will generate a new markdown file in ./fastlane/README.md to view right on GitHub 👍


Example lane documentation:

screenshot 2015-04-15 20 30 10

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.