https://github.com/fastlane/packaged-fastlane
Preparing a Ruby bundle
https://github.com/fastlane/packaged-fastlane
Last synced: 4 months ago
JSON representation
Preparing a Ruby bundle
- Host: GitHub
- URL: https://github.com/fastlane/packaged-fastlane
- Owner: fastlane
- License: other
- Created: 2016-04-08T19:42:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T19:02:31.000Z (almost 6 years ago)
- Last Synced: 2025-06-18T07:47:18.325Z (4 months ago)
- Language: Shell
- Homepage: https://fastlane.tools
- Size: 640 KB
- Stars: 8
- Watchers: 14
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packaged-fastlane 🚀
## Usage 🛠
`brew install fastlane`
## Run Locally 🏃♂️
1. `./install ~/somedir`
1. `~/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
1. Download the `.tar.gz`
1. Get the sha256 of the `.tar.gz` with `openssl dgst -sha256 `
1. Update the `fastlane.rb` formula in https://github.com/Homebrew/homebrew-core and open a PR
1. Update `url`
1. Update `sha256`
1. Update `revision` (if needed)