Skip to content

Bump version#1289

Merged
Arctis-Fireblight merged 3 commits into
Redot-Engine:masterfrom
Arctis-Fireblight:bump-version
Jun 29, 2026
Merged

Bump version#1289
Arctis-Fireblight merged 3 commits into
Redot-Engine:masterfrom
Arctis-Fireblight:bump-version

Conversation

@Arctis-Fireblight

@Arctis-Fireblight Arctis-Fireblight commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bump version to 26.2-stable in preparation for release, and some last minute fixes to hopefully stop the Mac and iOS runners from randomly failing.

Summary by CodeRabbit

  • New Features

    • Updated build environments to use Xcode 26 for iOS and macOS workflows.
  • Chores

    • Marked the release as stable, updating version metadata accordingly.

@Arctis-Fireblight Arctis-Fireblight self-assigned this Jun 29, 2026
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The iOS and macOS CI workflows are updated to select Xcode 26.0.1 instead of the previous default/Xcode 16.2. Concurrently, version.py promotes the release status from "rc" to "stable" and resets status_version to 0.

Changes

Release Preparation

Layer / File(s) Summary
Xcode 26 selection in CI workflows
.github/workflows/ios_builds.yml, .github/workflows/macos_builds.yml
iOS workflow adds a Select Xcode 26 step after checkout pointing to /Applications/Xcode_26.0.1.app; macOS workflow replaces the Xcode 16.2 path with the same Xcode 26.0.1 path.
Version status promoted to stable
version.py
status changed from "rc" to "stable" and status_version changed from 1 to 0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Redot-Engine/redot-engine#1184: Modifies the same version.py variables (status and status_version) with identical changes from "rc"/1 to "stable"/0.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main release-version bump in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.github/workflows/ios_builds.yml (1)

24-25: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Pin the runner if this workflow depends on Xcode 26.0.1. macos-latest currently ships /Applications/Xcode_26.0.1.app, but that label will move over time; if this toolchain matters, pin the macOS image or detect the installed Xcode before selecting it.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ios_builds.yml around lines 24 - 25, The workflow
currently assumes macos-latest will always have Xcode_26.0.1.app, but that label
can change over time. Update the iOS build workflow to either pin the macOS
runner image to a specific version or add a check in the Xcode selection step
before running xcode-select in the iOS builds job, so the runner/toolchain
choice is explicit and stable.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.github/workflows/ios_builds.yml:
- Around line 24-25: The workflow currently assumes macos-latest will always
have Xcode_26.0.1.app, but that label can change over time. Update the iOS build
workflow to either pin the macOS runner image to a specific version or add a
check in the Xcode selection step before running xcode-select in the iOS builds
job, so the runner/toolchain choice is explicit and stable.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5b8c528a-990c-4ce9-b5ce-452b3e3e210c

📥 Commits

Reviewing files that changed from the base of the PR and between 5702c54 and 111b730.

📒 Files selected for processing (3)
  • .github/workflows/ios_builds.yml
  • .github/workflows/macos_builds.yml
  • version.py

@Arctis-Fireblight Arctis-Fireblight merged commit 4f5b14a into Redot-Engine:master Jun 29, 2026
17 checks passed
@Arctis-Fireblight Arctis-Fireblight deleted the bump-version branch June 29, 2026 19:32
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.

1 participant