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 👍