fastlane / packaged-fastlane

Preparing a Ruby bundle

Home Page:https://fastlane.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packaged-fastlane ๐Ÿš€

Usage ๐Ÿ› 

brew install fastlane

Run Locally ๐Ÿƒโ€โ™‚๏ธ

  1. ./install ~/somedir
  2. ~/somedir/bin/fastlane

Deployment ๐Ÿšข

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.

  1. Create release/tag in GitHub
  2. Download the .tar.gz
  3. Get the sha256 of the .tar.gz with openssl dgst -sha256 <file>
  4. Update the fastlane.rb formula in https://github.com/Homebrew/homebrew-core and open a PR
    1. Update url
    2. Update sha256
    3. Update revision (if needed)

About

Preparing a Ruby bundle

https://fastlane.tools

License:Other


Languages

Language:Shell 100.0%