[AUTOMATIC] Release/9.28.0#3276
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| orbs: | ||
| android: circleci/android@3.1.0 | ||
| revenuecat: revenuecat/sdks-common-config@3.16.0 | ||
| revenuecat: revenuecat/sdks-common-config@dev:d80b4228f8053eab034e0f4ab432d75073a9ac4f |
There was a problem hiding this comment.
Dev orb reference shipped in production release
High Severity
The revenuecat/sdks-common-config orb was changed from a stable release (@3.16.0) to a dev reference (@dev:d80b4228f8053eab034e0f4ab432d75073a9ac4f). This is a production release (9.28.0) shipping with an unpublished/unstable CI orb. Dev orb references are intended for testing and may be ephemeral or behave differently than stable releases.
| - revenuecat/merge-release-pr: | ||
| repo_name: purchases-android | ||
| version: "9.28.0" | ||
| use_merge_queue: true |
There was a problem hiding this comment.
Temporary test workflow included in release commit
Medium Severity
A workflow explicitly marked as # TEMPORARY: test merge queue support - remove after testing and its corresponding test_merge_queue enum value are being shipped in the production release. This test scaffolding with a hardcoded version "9.28.0" is clearly meant to be removed before merging but was left in.
Additional Locations (1)
5050888 to
be3fb45
Compare


This is an automatic release.
RevenueCat SDK
🐞 Bugfixes
RevenueCatUI SDK
Paywallv2
✨ New Features
🔄 Other Changes
Note
Medium Risk
Mostly release automation and versioning changes, but it modifies CI/orb references and deploy/merge automation, which could affect the release pipeline if misconfigured.
Overview
Cuts the
9.28.0release by removing-SNAPSHOTacross version sources (.version,gradle.properties,Config.frameworkVersion) and updating sample/test-app dependency pins to9.28.0.Updates release documentation: publishes Dokka docs to the
9.28.0S3 path, updatesdocs/index.htmlredirect to9.28.0, and rollsCHANGELOG.latest.mdinto a new9.28.0section inCHANGELOG.md.Tweaks release tooling/CI: pins
fastlane-plugin-revenuecat_internalto a specific git ref (and bumps a few Ruby deps), switches the CircleCIrevenuecat/sdks-common-configorb to a dev commit, and adds a temporarytest_merge_queueworkflow to exerciserevenuecat/merge-release-prwithuse_merge_queue: true.Written by Cursor Bugbot for commit 5050888. This will update automatically on new commits. Configure here.