Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ aliases:
version: 2.1
orbs:
android: circleci/android@3.1.0
revenuecat: revenuecat/sdks-common-config@3.17.0
revenuecat: revenuecat/sdks-common-config@3.18.0
codecov: codecov/codecov@3.2.4

parameters:
Expand Down Expand Up @@ -1098,6 +1098,16 @@ workflows:
- deploy:
<<: *release-tags
context: maven-central-publishing
- revenuecat/await-maven-central-package:
coordinates: |
com.revenuecat.purchases:purchases:<< pipeline.git.tag >>
com.revenuecat.purchases:purchases-ui:<< pipeline.git.tag >>
com.revenuecat.purchases:purchases-store-amazon:<< pipeline.git.tag >>
com.revenuecat.purchases:purchases-store-galaxy:<< pipeline.git.tag >>
com.revenuecat.purchases:purchases-admob:<< pipeline.git.tag >>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is the debug view one as well... but NABD I think 😅

requires:
- deploy
<<: *release-tags
- docs-deploy: *release-tags
- publish-purchase-tester-release:
requires:
Expand All @@ -1120,6 +1130,7 @@ workflows:
repo_name: purchases-android
use_merge_queue: true
requires:
- revenuecat/await-maven-central-package
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just to check, does the merging of the PR trigger the KMP update? Just checking since mostly the release should be considered "ready" once the tag/github release is done, but not sure what the plan is there :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

My plan was to fire-and-forget Renovate right after the release is on Maven Central, so Renovate can find it.

- publish-purchase-tester-release
- publish-paywall-tester-release
- publish-rct-tester-release
Expand Down