Skip to content

Use merge queue for release PR merging#3281

Merged
ajpallares merged 1 commit into
mainfrom
pallares/use-merge-queue
Mar 26, 2026
Merged

Use merge queue for release PR merging#3281
ajpallares merged 1 commit into
mainfrom
pallares/use-merge-queue

Conversation

@ajpallares

@ajpallares ajpallares commented Mar 26, 2026

Copy link
Copy Markdown
Member

Summary

  • Update orb to sdks-common-config@3.17.0 which adds use_merge_queue parameter to the merge-release-pr job
  • Update fastlane plugin to f11fe40 which adds enqueue_pr support via the GraphQL enqueuePullRequest mutation
  • Pass use_merge_queue: true in the merge-release-pr job so release PRs are added to the merge queue instead of merged directly (required by branch protection rules)

Test plan

  • Tested end-to-end on pallares/test-merge-release-pr branch — PR was successfully added to the merge queue

Made with Cursor


Note

Medium Risk
Changes release automation to enqueue release PRs into the GitHub merge queue, which can affect release timing/behavior if the queue or branch protection is misconfigured. Also bumps CI orb and Ruby dependencies, which could introduce minor CI/fastlane behavior changes.

Overview
Release workflow now uses GitHub merge queue when merging the post-release PR by passing use_merge_queue: true to revenuecat/merge-release-pr.

Updates the CircleCI revenuecat/sdks-common-config orb to 3.17.0 (to support the new parameter) and bumps the fastlane-plugin-revenuecat_internal git revision (plus minor lockfile dependency updates like nokogiri).

Written by Cursor Bugbot for commit 9e68d40. This will update automatically on new commits. Configure here.

- Update orb to sdks-common-config@3.17.0 (adds use_merge_queue param)
- Update fastlane plugin to f11fe40 (adds enqueue_pr via GraphQL)
- Pass use_merge_queue: true in merge-release-pr job

Made-with: Cursor
@ajpallares ajpallares requested a review from a team as a code owner March 26, 2026 15:33
@codecov

codecov Bot commented Mar 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.38%. Comparing base (8833c5c) to head (9e68d40).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3281   +/-   ##
=======================================
  Coverage   79.38%   79.38%           
=======================================
  Files         357      357           
  Lines       14349    14349           
  Branches     1960     1960           
=======================================
  Hits        11391    11391           
  Misses       2154     2154           
  Partials      804      804           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ajpallares ajpallares added this pull request to the merge queue Mar 26, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 26, 2026
@ajpallares ajpallares added this pull request to the merge queue Mar 26, 2026
Merged via the queue into main with commit 03fb5b2 Mar 26, 2026
35 checks passed
@ajpallares ajpallares deleted the pallares/use-merge-queue branch March 26, 2026 19:31
github-merge-queue Bot pushed a commit that referenced this pull request Apr 2, 2026
**This is an automatic release.**

## RevenueCat SDK
### ✨ New Features
* Use Amazon deep link for Amazon subscription management (#3291) via
Cesar de la Vega (@vegaro)
* Introduce purchases codegen package (#3163) via Jaewoong Eum
(@skydoves)
### 🐞 Bugfixes
* Fix Test Store Purchase dialog not cancelling purchase on outside tap
(#3289) via Antonio Pallares (@ajpallares)

## RevenueCatUI SDK
### Paywallv2
#### 🐞 Bugfixes
* Fix mixed currencies in paywall price variables (PW-133) (#3119) via
Facundo Menzella (@facumenzella)

### 🔄 Other Changes
* Add docs for the codegen plugin (#3288) via Jaewoong Eum (@skydoves)
* Run integration tests against all backend environments (#3278) via
Toni Rico (@tonidero)
* Use merge queue for release PR merging (#3281) via Antonio Pallares
(@ajpallares)
* ci: warn when pre-built material-icons are imported in
:ui:revenuecatui (#3282) via Facundo Menzella (@facumenzella)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk: this is a version/release bookkeeping update plus docs/CI
deployment path changes, with no functional runtime logic changes beyond
the reported version string.
> 
> **Overview**
> Cuts the `9.29.0` release by switching all references from
`9.29.0-SNAPSHOT` to `9.29.0` (Gradle `VERSION_NAME`, internal
`frameworkVersion`, and sample/test app dependency versions).
> 
> Updates documentation publishing to point to the `9.29.0` docs
directory (CircleCI S3 sync path and `docs/index.html` redirect), and
rolls forward `CHANGELOG.md`/`CHANGELOG.latest.md` with the 9.29.0
release notes.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
bf217fd. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants