Skip to content

chore: automate Expo release version detection - #311

Merged
fadi-george merged 1 commit into
mainfrom
cursor/automate-release-version-detection
Aug 3, 2026
Merged

chore: automate Expo release version detection#311
fadi-george merged 1 commit into
mainfrom
cursor/automate-release-version-detection

Conversation

@fadi-george

Copy link
Copy Markdown
Contributor

Description

One Line Summary

Automatically detect the next Expo plugin release version while retaining an optional manual override.

Details

Motivation

Remove the need to manually determine and enter every release version, matching the release workflow used by the Flutter SDK.

Scope

Updates only the create-release PR workflow. It detects whether a release is needed, passes the resolved version through release preparation and version updates, and skips release work when no release is needed. No public API or runtime behavior changes.

Testing

Manual testing

  • git diff --check passed.
  • The pre-commit vp check --fix task passed.
  • Device, Android, and iOS testing do not apply because this change only affects GitHub Actions release orchestration and cannot be fully executed locally.

Checklist

Overview

  • I have filled out all REQUIRED sections above
  • PR does one thing
  • Any Public API changes are explained in the PR details and conform to existing APIs

Testing

  • I have personally tested this on my device, or explained why that is not possible
  • I have tested this on the latest version of the plugin
  • I have tested this on both Android and iOS, or explained why that is not possible

Final pass

  • Code is as readable as possible.
  • I have reviewed this PR myself, ensuring it meets each checklist item

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@fadi-george
fadi-george requested a review from a team as a code owner August 3, 2026 20:41
@fadi-george
fadi-george merged commit 9370957 into main Aug 3, 2026
2 checks passed
@fadi-george
fadi-george deleted the cursor/automate-release-version-detection branch August 3, 2026 20:45
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.

2 participants