Skip to content

Commit 7de62c4

Browse files
phodalcursoragent
andcommitted
chore: Bump version to 3.0.0-alpha5 and disable iOS build job
- Update mppVersion to 3.0.0-alpha5 in gradle.properties - Update version in mpp-ui/package.json to 3.0.0-alpha5 - Disable build-ios job in compose-release workflow (temporarily) - Remove iOS from release dependencies and description Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 15f82b1 commit 7de62c4

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/compose-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: macos-latest
136136
continue-on-error: true
137137
# Only run for compose-* releases or manual dispatch
138-
if: startsWith(github.ref, 'refs/tags/compose-') || github.event_name == 'workflow_dispatch'
138+
if: false # disabled temporarily
139139
permissions:
140140
contents: write
141141
pull-requests: write
@@ -425,7 +425,7 @@ jobs:
425425
# Create release with all artifacts
426426
create-release:
427427
name: Create Release
428-
needs: [build-server, build-android, build-ios, build-desktop, build-idea-plugin, build-vscode-extension]
428+
needs: [build-server, build-android, build-desktop, build-idea-plugin, build-vscode-extension]
429429
runs-on: ubuntu-latest
430430
permissions:
431431
contents: write
@@ -468,7 +468,6 @@ jobs:
468468
469469
### 📱 Mobile
470470
- **Android**: Debug APK, Release APK
471-
- **iOS**: iOS App (.ipa for Simulator)
472471
473472
### 💻 Desktop
474473
- **Linux**: `.deb` package

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
1010
pluginVersion = 2.4.6
1111

1212
# MPP Unified Version (mpp-core, mpp-ui, mpp-server)
13-
mppVersion =3.0.0-alpha4
13+
mppVersion =3.0.0-alpha5
1414

1515
# Supported IDEs: idea, pycharm
1616
baseIDE=idea

mpp-idea/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.caching = true
1414
kotlin.stdlib.default.dependency = false
1515

1616
# MPP Version
17-
mppVersion =3.0.0-alpha4
17+
mppVersion =3.0.0-alpha5
1818

1919
# Plugin properties (inherited from parent if not defined here)
2020
platformVersion=252

mpp-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xiuper/cli",
3-
"version": "3.0.0-alpha4",
3+
"version": "3.0.0-alpha5",
44
"description": "AutoDev Xiuper CLI - Terminal UI for AI-powered development assistant",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)