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.63.0 Improvements

Published by ohayon over 8 years ago

  • Improved fastlane onboarding
  • Updated xcodeproj dependency to work with CocoaPods 1.0.0
  • Added alpha_channel parameter for badging Android icons
  • Update appaloosa action to v2 of API
  • Fixed upload_metadata to be able to accept a bool value
  • Added commit_hash to last_git_commit action
  • Updated make_changelog_from_jenkins to correctly display used lane context variable
  • Improve s3 action to provide ipa_url and plist_url to templates
fastlane - 1.62.0 Improvements

Published by asfalcone over 8 years ago

  • Added more parameters to sonar action
  • Added block parameter to update_info_plist action
  • Allow for "carthage update" in the carthage action
  • Changed "xcode version" parameter in ensure_xcode_version action to be required
  • Made ipa file optional for the hockey action
  • Fixed git_pull by using git fetch --tags to work on newer versions of git
  • Better error handling in make_changelog_from_jenkins action
  • Fixed backup_xcarchive destination path handling
fastlane - 1.61.0 New Action

Published by asfalcone over 8 years ago

  • Added xcov action for creating code coverage reports
  • Added support for json key file in supply
fastlane - 1.60.0 New Actions

Published by asfalcone over 8 years ago

  • Added setup_jenkins action to easily setup fastlane on Jenkins
  • Added automatic detection of expired WWDR certificates
  • Added adb action for running Android adb commands
  • Added adb_devices action for getting an array of connected Android devices
  • Added additional parameters for badge
  • Update nexus_upload action to accept a nexus mount_path config item
  • register_devices now uses the team_id from the Appfile
  • Improved project / workspace detection
  • Fixed iTunes Transporter not working with special characters in the password
fastlane - 1.59.0 Added screengrab

Published by mfurtak over 8 years ago

screengrab

  • Introducing screengrab: Automated localized screenshots of your Android app on every device 🚀
  • Fixed $(SRCROOT) in file path for commit_version_bump action
fastlane - 1.58.0 - New integrations

Published by KrauseFx over 8 years ago

  • Added new OneSignal integration
  • Added new include_html_header option to Hipchat integration
  • Added support for GitHub Enterprise for get_github_release and set_github_release
  • Improved badge action
  • Improved git_commit action
  • Improved s3 action
  • Improved slather action
  • Updated dependencies
fastlane - 1.57.0 New actions

Published by KrauseFx over 8 years ago

  • New install_on_device action to install your app on your device
  • Added new tag_match_pattern option to changelog_from_git_commits action
  • Improved badge action
  • Improved Jenkins integration
  • Improved s3 action
  • Improved update_app_identifier action
fastlane - 1.56.0 New Actions

Published by KrauseFx over 8 years ago

  • Added new make_changelog_from_jenkins action to generate a changelog based on Jenkins
  • Added support for GitHub enterprise for create_pull_request action
  • Added new :config option to jazzy action
  • Improved hockey error handling
  • Improved set_github_release action
fastlane - 1.55.0 New User Interface

Published by KrauseFx over 8 years ago

  • fastlane now has a brand new UI and looks much nicer when something goes wrong
  • New twitter integration to automatically tweet about new releases and builds
  • Added new allow_warnings option to pod_push

New User Interface

By default, fastlane won't print the stack trace any more, making the error message much clearer:

To see the full stack trace, you can pass --verbose to every fastlane tool

fastlane - 1.54.0 New Actions

Published by ohayon over 8 years ago

  • Added new ensure_xcode_version action to make sure a certain Xcode version is used
  • Added new erb action to generate text based on a template
  • Added new ssh action to execute commands on a remote machine
  • Added new scp action for file transfers
  • Improved deliver integration
  • Improved fastlane init for manual onboarding

Special thanks to @hjanuschka and @JaviSoto 🚀

fastlane - 1.53.0 New options and improvements

Published by KrauseFx over 8 years ago

📗 Changes

  • 📖 The fastlane/README.md documentation is now created automatically for you
  • 🚫 You can opt out the documentation by adding the skip_docs ation to your Fastfile
  • ⬆️ Added new git_add action (thanks Bruno)
  • ✏️ Added new option to resign action to define the entitlements (thanks @zats)
  • 🚚 Added new export options to xcodebuild command (thanks @bartoszj)
  • 🔄 Added new option to pod_push to define the source
  • 💚 Added colored output to hipchat messages (thanks @digitaliceltd)
  • 💯 Added new options to oclint action (thanks Maksym)
  • 🔗 Updated dependencies

⚠️ Notes

  • xcodebuild is a complex command, so it is recommended to use gym for building your ipa file and scan for testing your app instead.
  • It is recommended to use match according to the codesigning.guide for generating and maintaining your certificates and provisioning profiles. Use cert and sigh only if you want full control over what's going on and know more about codesigning.
fastlane - 1.52.0 Improved Setup

Published by ohayon almost 9 years ago

  • Improved fastlane init to be smarter
  • deliver now supports uploading of Mac builds
  • New options for changelog_from_git_commits action
  • New options for slack action
  • Improved hipchat integration
  • Improved update_project_provisioning action
  • Improved xcodebuild action
  • Improved documentation
fastlane - 1.51.0 New Integrations

Published by KrauseFx almost 9 years ago

  • New badge action to add a badge to your iOS app (e.g. branch name)
  • New cloc action to generate a code count that can be read by Jenkins
  • New latest_testflight_build_number action to get the build number of the latest TF build
  • New from option for the mailgun action
fastlane - 1.50.0 New Integrations

Published by KrauseFx almost 9 years ago

  • Added new TestFairy integration for beta builds
  • Added new get_ipa_info_plist_value action
  • Added tvOS support for scan and deliver
  • Added new include_merges option to the changelog_from_git_commits action
  • Added new strict option to the swiftlint action
  • Improved install_xcode_plugin action
  • Improved mailgun action
  • Improved s3 action
  • Improved unlock_keychain action and added new options
  • Improved git support

Along with the Ruby libraries you can use the command line interface to add credentials to the keychain.

Adding Credentials

fastlane-credentials add --username [email protected]
Password: *********
Credential [email protected]:********* added to keychain.

Removing Credentials

fastlane-credentials remove --username [email protected]
password has been deleted.
fastlane - 1.49.0 New Integrations

Published by KrauseFx almost 9 years ago

  • Added new Xcake action
  • Added new SwiftLint action
  • Added new Appium action
  • Added new Installr action
  • Added new update_project_team action to change the team in your Xcode project
  • Added new options to the resign action
  • Added new owner_id option to hockey action
  • Added options parameter to before_all, after_all and error blocks
fastlane - 1.48.0 New Integrations

Published by KrauseFx almost 9 years ago

  • Added new tryouts action
  • Added new sonar action
  • Added automatic selection of build type in gym when using match
  • Added support for branch detection using the git_branch action on Travis
  • You can now disable the colored output using the FASTLANE_DISABLE_COLORS environment variable
  • Added details on how priorities of values work in fastlane: Advanced.md
  • Updated dependencies to use the new gym, match, pilot, frameit, snapshot and sigh
fastlane - 1.47.0 Added match

Published by KrauseFx almost 9 years ago

  • Introducing a new tool called match 🚀
  • Improved fastlane run command
  • Improved slack integration
fastlane - 1.46.1 Improvements

Published by mfurtak almost 9 years ago

  • pilot using changelog_from_git_commits
  • fixes changelog_from_git_commits for pretty formats containing whitespace
  • renamed environment variables from changelog_from_git_commits to match the action name
fastlane - 1.46.0 New Actions

Published by KrauseFx almost 9 years ago

  • Added new recreate_schemes to automatically re-generate Xcode schemes that are not Shared (thanks @jerolimov)
  • Added podio_item action to upload apps to podio (thanks @pprochazka72)
  • Fixed an issue with automatic git branch detection
fastlane - 1.45.0 New actions and improvements

Published by KrauseFx almost 9 years ago

  • New changelog_from_git_commits action to automatically fill in the changelog of crashlytics, and hockey based on the commits since the last git tag
  • New appaloosa action to upload apps and metadata to appaloosa
  • Added new FL_REPORT_PATH environment variable to define a custom report.xml output path
  • Fixed not being able to run a lane with no platform when having a default_platform defined