fastlane-flows is a collection of fastlane lanes and custom actions used in Rambler&Co projects. Detailed information about workflows types is available in our Playbook.
- In-house - builds the latest working copy from any branch, builds enterprise version and pushes it to our FTP server.
 - Nightly - looks pretty similar to in-house lane, but does some additional magic with git tags.
 - Testing - builds the current 
developbranch state, collects changelog and pushes it to Fabric. - Staging - builds the 
releaseorhotfixbranch, does a lot of other interesting stuff and pushes everything to Fabric and TestFlight. 
git_checkout- Checkouts any branch.git_checkout_release- Checkouts the latest release or hotfix branch - or creates a new one.git_reset- Performs a git reset.multiple_tags- Creates and pushes multple git tags at once.rds_ftp_deploy- Implements the FTP deploy logic.telegram- Sends a message to our Telegram chat.
MIT