fastlane

🚀 The easiest way to automate building and releasing your iOS and Android apps

MIT License

Downloads
138.6M
Stars
38.7K
Committers
1.5K

Bot releases are hidden (Show)

fastlane - 1.89.0 Improvements

Published by asfalcone over 8 years ago

  • Introducing the new before_each and after_each blocks, more information (#4264)
  • Fix fastlane when run without parameters
  • :commits_count param added for changelog_from_git_commits action
fastlane - 1.88.0 Improvements

Published by mfurtak over 8 years ago

  • Fix build_and_upload_to_appetize action for custom build locations
  • Update fastlane to improve stability metrics by tool version
  • Improve error message when an action is not available
  • Add update_urban_airship_configuration action
  • Fix typo in appetize action
fastlane - 1.87.1 Improvements

Published by i2amsam over 8 years ago

  • Fixes the Appetize action for Android (thanks @louislarry!)
  • Improve frameit when run as a lane (thanks @ekolesnikov!)
  • Updated dependencies
fastlane - 1.87.0 Improvements

Published by ohayon over 8 years ago

  • Added new Jira action to post comments to Jira
  • Improved error handling when Fastfile is not available
  • Fix get_version_number action's support of target using the -terse1 flag
  • Improved appetize docs
  • Auto-follow links when receiving a GitHub release
  • Updated dependencies
fastlane - 1.86.1 Improvements

Published by KrauseFx over 8 years ago

  • Fixed directory in which commands are executed when calling actions from actions
  • Removed unnecessary output when running fastlane
  • Updated dependencies
  • Improved docs
fastlane - 1.86.0 Many Improvements

Published by i2amsam over 8 years ago

  • Introducing sub-tools, you can now run fastlane gym to run gym
  • Added repo_classifier parameter to nexus_upload action
  • Fix HttpForbidden and SSL connection problems on appaloosa action
  • Make it easier to call another action from an action, you can now use other_action.rocket 🚀
  • Added new set_pod_key action
  • Improved default crashlytics_path in crashlytics action
  • Added use_libraries option to pod_push action
  • Added new apteligent action
  • Make it possible to use .slather.yml on slather action
  • Added new Fastlane::TOOLS constant
  • Improved crashlytics action logging
fastlane - 1.85.0 Introducing Device Grid

Published by KrauseFx over 8 years ago

  • Added device_grid for fastlane, appetize and danger
  • Improved fastlane action command
  • Shell escape git commit / tag messages

Introducing Device Grid

Ever dream of testing your app straight from a pull request? Well now you can! With fastlane, danger and appetize.io, you can stream your latest changes right from the browser.

No more manually installing and testing your app just to review a PR.

All you have to do to preview your app is to click on one of the simulators, and you can stream the app right in your browser: Open example PR.

🚀 Get started with Device Grid 🚀

fastlane - 1.84.0 Improvements

Published by mfurtak over 8 years ago

  • Use relocated ToolCollector as the basis for ActionCollector
  • Improved lane selection description output
  • Improved description of binary_path option of upload_symbols_to_crashlytics action
  • Added rocket emoji as a fastlane binary 🚀
  • Add testers_groups option to testfairy action
  • Update gradle action documentation for command and output printing controls
  • Add pod_lib_lint action
  • Make body of commit optional in jenkins changelog generation
fastlane - 1.83.0 Improvements

Published by asfalcone over 8 years ago

  • Give gradle action better control over command output
  • Add support for --verbose and 'github_api_token' in danger action
  • Add support for specifying short and bundle versions in resign action
  • Add 'message' option to the add_git_tag action
  • Fix bash syntax in auto completion script
fastlane - 1.82.0 Improvements

Published by asfalcone over 8 years ago

  • Added danger action
  • Added flock action
  • Change Actions.sh to call UI.user_error for a non-zero exit code
  • Augment verify_xcode action's accepted codesign info
  • Proper escaping in upload_symbols_to_crashlytics params
  • Add to bash and zsh completion scripts support of .fastlane folder
  • Add additional parameters to notification action
  • Add 'workspace' option to slather action
  • Improved actions list, shows default value
fastlane - 1.81.0 Improvements

Published by asfalcone over 8 years ago

  • Prints a table with available lanes and descriptions
  • Added "ignore_exit_status" option to swiftlint action
  • Added tab completing for fastlane lane names via fastlane enable_auto_complete
  • Changed set_info_plist_value "value" to not be a String param
  • Update slather repo URL in slather action
  • Updated addressable dependency
  • Improves shellescaping of "gradle_path" in GradleHelper
  • Add scheme parameter to get_version_number action
  • Improved s3 actions file upload capability
  • Improved error messaging in download_dsyms actions
  • Fixed crash when no dSYM files were provided to upload_symbols_to_crashlytics
fastlane - 1.80.0 Improvements

Published by KrauseFx over 8 years ago

  • Updated deliver, pilot and more to work with passwords with special characters
  • Cleaning build artifacts now also cleans cert artifacts
  • New action name set from arguments
  • Improved docs
  • Support for color disabling for xcodebuild action
fastlane - 1.70.0 Improvements

Published by KrauseFx over 8 years ago

  • Improved upload_symbols_to_crashlytics action to also handle zip files
  • Improved supply integration
  • Improved download_dsyms action
fastlane - 1.69.0 Updated actions

Published by KrauseFx over 8 years ago

  • Updated carthage action to have "archive" command and "no_skip_current" option
  • Added "version" and "build_number" parameter to download_dsym action
  • Improved upload_symbols_to_crashlytics action
  • Update appetize action for new api and added multipart form upload
  • Improved UI for error outputs
  • Encouraging more accurate metrics
  • Added new zip action
fastlane - 1.68.0 Improvements

Published by asfalcone over 8 years ago

  • Added reset_simulators action
  • Fix update_fastlane to have correct ruby-gems version check
  • Removed new-line for get_build_number_repository action
  • Added default values for apk paths in hockey action
  • Add -p param to oclint action to fix file relative paths
fastlane - 1.67.0 New actions and Improvements

Published by asfalcone over 8 years ago

  • Added download_dsym action to download dSYM files from Apple iTunes Connect
  • Added rocket action 🚀
  • Added IFTTT Maker Channel action
  • Added sentry action for uploading dSYM files
  • Updated cp command flag to use recursive copy
  • Turned off logging for certain params in crashlytics action
  • Check for highest_installed_gems in update_action
  • Improved logging UI
  • Improves workspace detection in update_app_identifier action
  • Added platform option to upload_symbols_to_crashlytics action
  • Add array parameter in ensure_no_debug_code action along with grep '--include flag'
  • Improved s3 action to use s3 sdk
  • Improved gradle to allow running on ios platform
fastlane - 1.66.0 Improve `resign` action

Published by asfalcone over 8 years ago

  • Add 'version' option to resign for updating the version of a resigned ipa
fastlane - 1.65.0 Improvements

Published by KrauseFx over 8 years ago

  • Updated fastlane to work with the new Apple Dev Portal
  • Improved commit_version_bump action
  • Improved git_add action
  • Improved git_commit action
  • Improved s3 action
  • Added Linux support for screengrab
  • Improved slack action
fastlane - 1.64.0 Improvements

Published by asfalcone over 8 years ago

  • Added get_build_number_repository action to get the build number from SCM
  • Upgraded gradle action to support flavor, build_type, and gradle properties
  • Reworked verify_build to use 'ApplicationIdentifierPrefix' to verify the proper bundle identifier
  • Added oclint_path option to oclint action
  • Fixed s3 action error with undefined method 'public_url'
  • Added custom template loading to mailgun action
  • Added new parameters to badge action
  • Added support for 'initial_build_number' to latest_testflight_build_number action
  • Added update_icloud_container_identifiers action to change iCloud container identifiers.
fastlane - 1.63.1 Improvements

Published by i2amsam over 8 years ago

  • Add the ability to list lanes in json format in addition to text
  • Updated Screengrab (and other tools too!) to work better with Linux
  • Improve Carthage handling for more command types
  • Add a sound option for notification
  • Add verify_build action to verify various settings of an ipa file