brew install fastlane
./install ~/somedir
~/somedir/bin/fastlane
Any changes to the bundle_env
, fastlane
, or install
will require a new release/tag and an update to the fastlane.rb
formula in https://github.com/Homebrew/homebrew-core.
- Create release/tag in GitHub
- Download the
.tar.gz
- Get the sha256 of the
.tar.gz
withopenssl dgst -sha256 <file>
- Update the
fastlane.rb
formula in https://github.com/Homebrew/homebrew-core and open a PR- Update
url
- Update
sha256
- Update
revision
(if needed)
- Update