Skip to content

Support for fastlane-plugin-revenuecat_internal#557

Merged
tonidero merged 8 commits into
mainfrom
support-fastlane-revenuecat-internal-plugin
Aug 4, 2022
Merged

Support for fastlane-plugin-revenuecat_internal#557
tonidero merged 8 commits into
mainfrom
support-fastlane-revenuecat-internal-plugin

Conversation

@tonidero

@tonidero tonidero commented Jul 7, 2022

Copy link
Copy Markdown
Contributor

Description

This PR provides support to use the fastlane revenuecat internal plugin to share automation logic between SDKs. Currently the bump, github_release and prepare_next_version lanes use the plugin.

TODO:

  • Point plugin to github instead of local path once plugin has been merged
  • Revise Gemfile.lock changes.

@tonidero tonidero force-pushed the support-fastlane-revenuecat-internal-plugin branch from c87087d to c9666ab Compare July 28, 2022 08:10
@tonidero tonidero changed the title Initial support for fastlane-plugin-revenuecat_internal Support for fastlane-plugin-revenuecat_internal Jul 30, 2022
@tonidero tonidero marked this pull request as ready for review July 30, 2022 09:03
@tonidero tonidero requested a review from a team July 30, 2022 09:03
@tonidero tonidero force-pushed the support-fastlane-revenuecat-internal-plugin branch from 2d5e09f to 23594f7 Compare August 3, 2022 10:29

@tonidero tonidero left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now final @RevenueCat/sdk

Comment thread Gemfile.lock Outdated
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/RevenueCat/fastlane-plugin-revenuecat_internal
revision: 94bad7a0ea1494f82973d34dfe9647963d873ad0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be updated with bundle update fastlane-plugin-revenuecat_internal

Comment thread fastlane/Fastfile
desc "Upload and close a release"
lane :deploy do |options|
version = android_get_version_name(gradle_file: gradle_file_path)
version = current_version_number

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to use a .version instead of getting the version directly from gradle. I think this is good to make all our SDKs consistent since this is platform agnostic but do lmk if you think otherwise.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed

Comment thread fastlane/Fastfile
desc "Upload and close a release"
lane :deploy do |options|
version = android_get_version_name(gradle_file: gradle_file_path)
version = current_version_number

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed

@tonidero tonidero merged commit 144e25a into main Aug 4, 2022
@tonidero tonidero deleted the support-fastlane-revenuecat-internal-plugin branch August 4, 2022 09:27
@taquitos taquitos mentioned this pull request Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants