README.md in match-0.5.0 vs README.md in match-0.6.0

- old
+ new

@@ -47,11 +47,11 @@ <a href="#need-help">Need help?</a> </p> ------- -<h5 align="center"><code>match</code> is part of <a href="https://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5> +<h5 align="center"><code>match</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing your iOS and Android apps.</h5> ## Why match? Before starting to use `match`, make sure to read the [codesigning.guide](https://codesigning.guide) @@ -126,13 +126,13 @@ app_identifier "tools.fastlane.app" username "user@fastlane.tools" ``` -#### Important: Use one git repo per team +#### Important: Use one git branch per team -`match` was designed to have one git repository per Apple account. If you work in multiple teams, please create one repo for each of them. More information on [codesigning.guide](https://codesigning.guide) +`match` was designed to use a separate git branch per Apple account. If you work in multiple teams, make sure to set the `git_branch` parameter to a unique value per team. From there, `match` will automatically create and use the specified branch for you. More information on [codesigning.guide](https://codesigning.guide) ### Run > Before running `match` for the first time, you should consider clearing your existing profiles and certificates using the [match nuke command](#nuke). @@ -371,10 +371,10 @@ - If you use GitHub or Bitbucket we encourage enabling 2 factor authentication for all accounts that have access to the certificates repo - The complete source code of `match` is fully open source on [GitHub](https://github.com/fastlane/fastlane/tree/master/match) ## [`fastlane`](https://fastlane.tools) Toolchain -- [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow +- [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps - [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store - [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device - [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames - [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles - [`produce`](https://github.com/fastlane/fastlane/tree/master/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line