gems fastlane 1.19.0
1.19.0 Added new clipboard action

latest releases: 2.225.0, 2.224.0, 2.223.1...
9 years ago
  • Store values in the clipboard right from fastlane
  • Improved commit_version_bump integration
  • Improved documentation
  • New use_bundle_exec option for the cocoapods 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])

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.