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.105.0 Xcode 8 and macOS Sierra

Published by KrauseFx about 8 years ago

  • Improve documentation of all fastlane actions
  • New actions docs
  • Improved support for macOS Sierra
  • Improved support for Xcode 8
  • Improve output of fastlane_version action (#6393)
  • Add listing of plugins and their actions in Actions.md
  • Switch to new Fastlane::ROOT method to fetch gem resources
  • Update xcpretty dependency to 0.2.3 (#6323)
  • Show πŸ’₯ when a fastlane step fails
  • Ignore SIGH_PROFILE_PATH when using newer api (#6347)
  • Add rake update_dependencies to automatically update internal dependencies (#6326)
  • Update internal dependencies
fastlane - 1.104.0 Improvements

Published by mfurtak about 8 years ago

  • Update dependencies on all tools (#6255)
  • Update s3 action to better detect and use the -v1 AWS SDK
  • Add force and remote options to push_git_tags action (#6109)
fastlane - 1.103.0 Improvements

Published by KrauseFx about 8 years ago

  • Remove testmunk integration (#6102)
  • Don’t hang on git clone command when user credentials are missing (#6068)
  • Fix an issue with multi team ids and latest_test_flight_build_number (#6076)
  • Add project_directory option to carthage action (#6072)
  • add ability to pass in specific file name for plist file (#6035)
  • Update docs for resign.rb (#5994)
  • Add SKIP_SLOW_FASTLANE_WARNING env var (#6048)
  • Change pod lib lint platform support (#6049)
  • Update fastlane code base to use UI.input instead of ask
  • Only set ipa path for iOS builds (non Mac) (#6036)
  • xcode_select improve instructions on how to use action when failing (#6019)
  • Include the full path name in file not found error message (#5979, #5962)
  • Add paging support for plugins to list all available plugins (#5977)
  • Add parameter for output path for available plugins (#5970)
  • Refactor fastlane runner to make it easy to access from docs (#5951)
  • Improve docs (#5947, #5950, #5937, #6046)
  • Update internal dependencies (#6104, #6063)

The platform detection is used to get a feeling of how many people use fastlane with iOS or with Android projects. The data is being sent to refresher. You can opt out by setting the FASTLANE_OPT_OUT_USAGE environment variable.

fastlane - 1.102.0 Bug fixes and improvements

Published by asfalcone about 8 years ago

  • Adds keychain_path option to resign action (#5934)
  • Adds use_app_entitlements option to resign action (#5130)
  • Adds SCAN_GENERATED_PLIST_FILES env var to scan action (#5740)
  • Adds danger_id and dangerfile option to danger action (#5894)
  • Don't post the lane when using slack as one-off action (#5899)
  • Fix lane name conflict when creating a new Fastfile (#5895)
  • Added support for json format to pod_push action (#5869)
  • Add an additional set of accepted codesign details for Xcode 8 (#5821) (#5822)
  • Add shell escaping to Crashlytics path in crashlytics action (#5870)
  • Fixed issue in copy_artifacts action when artifact contained parens (#5812)
  • Updated to latest version of spaceship to address issues with modifying object in the dev portal
fastlane - 1.101.0 Improvements

Published by asfalcone about 8 years ago

  • Reduce output when running fastlane -v (#5787)
  • Device specific warnings in s3 action HTML template (#5775)
  • Fixed scan destination parameter (#5744)
  • latest_testflight_build_number action now uses itc_team_id (#5725)
  • Fix latest_testflight_build_number action failing if no version exists on iTunes Connect (#5590)
  • Skip GitHub issues by default for user_error! (#5622)
  • Add ignore option to commit_version_bump action (#5541)
  • Fix crash in xcodebuild action when manifest is missing (#5586)
  • Update metadata of git_tag_exists actions (#5714)
  • Add log_output to import_certificate action (#5321)
  • Add git_tag_exists action (#5555)
fastlane - 1.100.0 Improvements

Published by KrauseFx about 8 years ago

New

  • [scan] Add automatic detection of derived data path (#5563)
  • [deliver] Support for the new screenshots features of iTunes Connect
  • [fastlane] Summary table show failed action in red (#5672)
  • Make download_dsyms work for tvOS (#5642)
  • Add easier access to lane context from actions (#5572)
  • [Carthage] Add option to pass in specific toolchain
  • [fastlane] Add new team_id option to latest_testflight_build_number

Improvements

  • Updated Actions README to clarify last_git_commit (#5627)
  • Fix require for gem jira-ruby (#5605)
  • [fastlane] Update spaceship dependency (#5659)
  • [fastlane] Fix printing verbose information for PluginFetcher (#5670)
  • [fastlane] Update available plugins (#5671)
  • [fastlane] Improved plugin search (#5568)
  • Updated actions documentation (#5450)
  • Improve English in docs output (#5562)
  • Update carthage action documentation for the dependancies and toolchain options (#5552)
  • [fastlane] Update dependencies (#5553)
  • Hipchat: escape channel name if it is not escaped yet (#5547)
  • Update import_from_git :branch parameter documentation (#5533)
  • Update junit_generator to use Helper.gem_path (#5462)
  • Improved documentation
fastlane - 1.99.0 Improvements

Published by mfurtak about 8 years ago

  • Get default value for teamid from Appfile in update_project_team action (#5478)
  • Get default value for teamid from Appfile in update_app_identifier action (#5465)
  • Add commit option to add_git_tag action (#5466)
  • Add option for carthage action to pass in specific dependencies to update (#5500)
  • Ignore platform option case for carthage action (#5504)
  • Add strategy option to hockey action (#5514)
fastlane - 1.98.0 Improvements

Published by mpirri over 8 years ago

  • Add Xcode 8 support: rename "OS X" to "macOS" (#5385)
  • Add support for relative file paths to copy_artifacts action (#5354)
  • Add force option to add_git_tag action (#5348)
  • Improve error messages for black_list for invalid lane names or when name it taken
  • Update xcode-install version to 2.0.0 (#5322)
fastlane - 1.97.2 Support for new 2-factor

Published by KrauseFx over 8 years ago

  • Updated spaceship to support the new 2-factor auth flow
  • Updated activesupport dependency, so you can install fastlane out of the box on system Ruby
fastlane - 1.97.1 Improvements

Published by ohayon over 8 years ago

  • Improvements and bug fixes
fastlane - 1.97.0 Improvements

Published by KrauseFx over 8 years ago

  • Added new code signing guide (#5178)
  • Updated list of available plugins (#5223)
  • Hide skip-docs step from output (#5224)
  • Fix wrong URL in S3 HTML template (#5205)
  • Fix incorrect docs for last_git_commit_message (#5212)
  • Updated dependencies
  • Add success message and prompt for API key/build secret (#5249)
fastlane - 1.96.0 Inline GitHub Issue Search Results

Published by ohayon over 8 years ago

  • Add inline GitHub issues based on failure
  • Fix to not generate empty docs without any lanes
  • Experimental Beta by Crashlytics configuration

fastlane - 1.95.0 Improvements

Published by KrauseFx over 8 years ago

  • Added error handling when dSYM download failed
  • Added update checker for plugins (#5039)
  • Generate empty JSON if there is no Fastfile (#5056)
  • Updated fastlane.gemspec to include fastlane team (#5026)
  • Updating upload_symbols_to_sentry action to allow for bearer auth (#4884)
  • Changed Helper.is_ci? to UI.interactive? (#5037)
  • [fastlane] Show error message when plugin name has _ in the name when adding a plugin (#5034)
  • Reduce gem size by 70% by excluding device grid assets from .gem (#5024)
  • Improved error handling for download_dsyms action
  • Fixed fastlane action table design for legacy actions (#5052)
fastlane - 1.94.1 Improvements

Published by KrauseFx over 8 years ago

  • Fixed OneOff actions not loading the built-in fastlane actions (#5015)
  • Add CI configurations to plugin template (#5011)
  • Updated rubocop code style rules
  • Log SSH output as it is received (#4662)
fastlane - 1.94.0 Improvements

Published by KrauseFx over 8 years ago

  • Improved fastlane plugin template
    • Add rubocop to plugin template (#4951)
    • Improved plugin default README (#4995)
  • Add documentation about itc_provider option for deliver and pilot
  • [scan] Added option to generate the json compilation database with clang naming conventions
  • Install latest release for an Xcode plugin (#4911)
  • Improved the docs for hockey action (#4984)
  • Fix changelog_from_git_commits action for CLI
  • Updated cocoapods action to correctly update repo when using cocoapods 1.0
  • Updated internal dependencies
fastlane - 1.93.1 Plugin improvements

Published by KrauseFx over 8 years ago

  • Improved newly created plugins
    • Fixed badge URL (#4948)
    • Fixed detection of existing plugins (#4957)
    • Added example Fastfile and Pluginfile to new plugin so it's easy to try out (#4950)
  • [testfairy action] enable parameters/options (#4818)
fastlane - 1.93.0 Introducing fastlane plugins

Published by KrauseFx over 8 years ago

Get started with fastlane plugins, the easiest way to extend fastlane πŸš€

fastlane - 1.92.0 Improvements

Published by KrauseFx over 8 years ago

  • Improved handling of new lines in increment_build_number (#4837)
  • Fix bug in OneSignal action (#4892)
  • Escape Gradle properties (#4897)
  • slather fix --decimals flag type
  • Output changelog in changelog_from_git_commits (#4860)
  • Verify rest-client dependency for sentry (#4871)
  • Removed appium development dependency and therefore nokogiri (#4852)
fastlane - 1.91.0 Improvements

Published by KrauseFx over 8 years ago

  • Update slather action with new commands (#4825)
  • Show message when trying to enable or disable the crash reporter (#4805)
  • Updated internal dependencies to fix an issue with WWDR certificates
  • Fixed an issue with local plugins not being able to access Helper.log
  • Convert copy_artifacts action to FileUtils (#4654)
fastlane - 1.90.0 New actions and improvements

Published by KrauseFx over 8 years ago

New:

  • Provide an xcversion action to select Xcode via version specifier (#4421)
  • scan can now run scan on multiple devices using the new devices option
  • match now supports storing of multiple dev accounts and teams in one git repo using the git_branch option
  • Adding more options to pod_lib_lint action (#4771)
  • Added support for carthage --derived-data. (#4163)
  • Prepare fastlane foundation to support plugins: https://github.com/fastlane/fastlane/issues/4744

Improvements:

  • Updated platform docs to mention Android by default (#4764)
  • Updated xcode-install depdendency (#4757)
  • Updated internal dependencies
  • Replaced remaining .red and raise blocks (#4709)
  • Don't show private lanes in lanes table (#4690)
  • Updates Xcake Action to support new xcake make command. (#4068)
  • Carthage configuration option and tvOS platform support (#4054)
  • Fix typo in Copy Artifacts (#4645)
  • [fastlane] Show custom action message only on verbose mode (#4640)
  • jira action is now verifying 'jira-ruby' gem installed
  • Fixed escaping of Keychain path
  • Removed Sentry crash reporting(#4756)