mirror of
https://github.com/kickstarter/android-oss.git
synced 2026-03-13 09:11:01 +08:00
- Install Firebase CLI in `internal` Circle CI job - Installed `fastlane-plugin-firebase_app_distribution` - Updated all Fastlane lanes with helper variables for readability - Now using `changelog_from_git_commits` in the `external` lane to make release notes easier - Deleted `fabric_credentials_extractor` since it's no longer used - Removed import in `milkrun.rb` - Added `firebase_credentials_extractor` to pull Firebase project IDs from a properties file - Added import in `milkrun.rb` - `Makefile` - Added line to copy over firebase secrets. - Updated comments and failure message. - Removed `alpha` from `config.yml` and `Makefile` Co-authored-by: Yatrik Solanki <yatrik@kickstarter.com>
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
external_debug=external_debug_id
|
|
external_release=external_release_id
|
|
internal_debug=internal_debug_id
|
|
internal_release=internal_release_id
|