- Store values in the clipboard right from
fastlane
- Improved
commit_version_bump
integration - Improved documentation
- New
use_bundle_exec
option for thecocoapods
integration - Fixed a bug when using the
import_from_git
action - Improved error output when the integration requires a hash as parameter
- Updated dependencies
clipboard
clipboard(value: "https://github.com/KrauseFx/fastlane")
Use it to store some generated URL or value for easy copy & paste (e.g. the download link):
clipboard(value: lane_context[SharedValues::HOCKEY_DOWNLOAD_LINK])