This release was kindly sponsored by Product Hunt 🌟
- Use
fastlane docsto generate a markdown based documentation of all your lanes. 📖 - The
ipaaction now shows much more useful information while building and on errors 🚀 slackmessages now handle super long messages much better 👍- Fixed a bug in
increment_build_numberhandling 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
endThis will generate a new markdown file in ./fastlane/README.md to view right on GitHub 👍
