-
Notifications
You must be signed in to change notification settings - Fork 105
Waits for the release to be available on Maven Central #3292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,7 @@ aliases: | |
| version: 2.1 | ||
| orbs: | ||
| android: circleci/[email protected] | ||
| revenuecat: revenuecat/sdks-common-config@3.17.0 | ||
| revenuecat: revenuecat/sdks-common-config@3.18.0 | ||
| codecov: codecov/[email protected] | ||
|
|
||
| parameters: | ||
|
|
@@ -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 >> | ||
| requires: | ||
| - deploy | ||
| <<: *release-tags | ||
| - docs-deploy: *release-tags | ||
| - publish-purchase-tester-release: | ||
| requires: | ||
|
|
@@ -1120,6 +1130,7 @@ workflows: | |
| repo_name: purchases-android | ||
| use_merge_queue: true | ||
| requires: | ||
| - revenuecat/await-maven-central-package | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 :)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
There was a problem hiding this comment.
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 😅