build: bump unreleased version to 2026.3.9

This commit is contained in:
Peter Steinberger
2026-03-09 08:33:39 +00:00
parent 7217b97658
commit f9706fde6a
13 changed files with 29 additions and 29 deletions

View File

@@ -63,8 +63,8 @@ android {
applicationId = "ai.openclaw.app" applicationId = "ai.openclaw.app"
minSdk = 31 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = 202603081 versionCode = 202603090
versionName = "2026.3.8" versionName = "2026.3.9"
ndk { ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI) // Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260308</string> <string>20260308</string>
<key>NSExtension</key> <key>NSExtension</key>

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260308</string> <string>20260308</string>
<key>NSExtension</key> <key>NSExtension</key>

View File

@@ -23,7 +23,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260308</string> <string>20260308</string>
</dict> </dict>

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260308</string> <string>20260308</string>
<key>WKCompanionAppBundleIdentifier</key> <key>WKCompanionAppBundleIdentifier</key>

View File

@@ -15,7 +15,7 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260308</string> <string>20260308</string>
<key>NSExtension</key> <key>NSExtension</key>

View File

@@ -107,7 +107,7 @@ targets:
- CFBundleURLName: ai.openclaw.ios - CFBundleURLName: ai.openclaw.ios
CFBundleURLSchemes: CFBundleURLSchemes:
- openclaw - openclaw
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
UILaunchScreen: {} UILaunchScreen: {}
UIApplicationSceneManifest: UIApplicationSceneManifest:
@@ -168,7 +168,7 @@ targets:
path: ShareExtension/Info.plist path: ShareExtension/Info.plist
properties: properties:
CFBundleDisplayName: OpenClaw Share CFBundleDisplayName: OpenClaw Share
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
NSExtension: NSExtension:
NSExtensionPointIdentifier: com.apple.share-services NSExtensionPointIdentifier: com.apple.share-services
@@ -205,7 +205,7 @@ targets:
path: ActivityWidget/Info.plist path: ActivityWidget/Info.plist
properties: properties:
CFBundleDisplayName: OpenClaw Activity CFBundleDisplayName: OpenClaw Activity
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
NSSupportsLiveActivities: true NSSupportsLiveActivities: true
NSExtension: NSExtension:
@@ -231,7 +231,7 @@ targets:
path: WatchApp/Info.plist path: WatchApp/Info.plist
properties: properties:
CFBundleDisplayName: OpenClaw CFBundleDisplayName: OpenClaw
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
WKCompanionAppBundleIdentifier: "$(OPENCLAW_APP_BUNDLE_ID)" WKCompanionAppBundleIdentifier: "$(OPENCLAW_APP_BUNDLE_ID)"
WKWatchKitApp: true WKWatchKitApp: true
@@ -256,7 +256,7 @@ targets:
path: WatchExtension/Info.plist path: WatchExtension/Info.plist
properties: properties:
CFBundleDisplayName: OpenClaw CFBundleDisplayName: OpenClaw
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
NSExtension: NSExtension:
NSExtensionAttributes: NSExtensionAttributes:
@@ -293,7 +293,7 @@ targets:
path: Tests/Info.plist path: Tests/Info.plist
properties: properties:
CFBundleDisplayName: OpenClawTests CFBundleDisplayName: OpenClawTests
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"
OpenClawLogicTests: OpenClawLogicTests:
@@ -319,5 +319,5 @@ targets:
path: Tests/Info.plist path: Tests/Info.plist
properties: properties:
CFBundleDisplayName: OpenClawLogicTests CFBundleDisplayName: OpenClawLogicTests
CFBundleShortVersionString: "2026.3.8" CFBundleShortVersionString: "2026.3.9"
CFBundleVersion: "20260308" CFBundleVersion: "20260308"

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.8</string> <string>2026.3.9</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>202603080</string> <string>202603080</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>

View File

@@ -39,7 +39,7 @@ Notes:
# Default is auto-derived from APP_VERSION when omitted. # Default is auto-derived from APP_VERSION when omitted.
SKIP_NOTARIZE=1 \ SKIP_NOTARIZE=1 \
BUNDLE_ID=ai.openclaw.mac \ BUNDLE_ID=ai.openclaw.mac \
APP_VERSION=2026.3.8 \ APP_VERSION=2026.3.9 \
BUILD_CONFIG=release \ BUILD_CONFIG=release \
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \ SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
scripts/package-mac-dist.sh scripts/package-mac-dist.sh
@@ -47,10 +47,10 @@ scripts/package-mac-dist.sh
# `package-mac-dist.sh` already creates the zip + DMG. # `package-mac-dist.sh` already creates the zip + DMG.
# If you used `package-mac-app.sh` directly instead, create them manually: # If you used `package-mac-app.sh` directly instead, create them manually:
# If you want notarization/stapling in this step, use the NOTARIZE command below. # If you want notarization/stapling in this step, use the NOTARIZE command below.
ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.8.zip ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.9.zip
# Optional: build a styled DMG for humans (drag to /Applications) # Optional: build a styled DMG for humans (drag to /Applications)
scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.9.dmg
# Recommended: build + notarize/staple zip + DMG # Recommended: build + notarize/staple zip + DMG
# First, create a keychain profile once: # First, create a keychain profile once:
@@ -58,13 +58,13 @@ scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg
# --apple-id "<apple-id>" --team-id "<team-id>" --password "<app-specific-password>" # --apple-id "<apple-id>" --team-id "<team-id>" --password "<app-specific-password>"
NOTARIZE=1 NOTARYTOOL_PROFILE=openclaw-notary \ NOTARIZE=1 NOTARYTOOL_PROFILE=openclaw-notary \
BUNDLE_ID=ai.openclaw.mac \ BUNDLE_ID=ai.openclaw.mac \
APP_VERSION=2026.3.8 \ APP_VERSION=2026.3.9 \
BUILD_CONFIG=release \ BUILD_CONFIG=release \
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \ SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
scripts/package-mac-dist.sh scripts/package-mac-dist.sh
# Optional: ship dSYM alongside the release # Optional: ship dSYM alongside the release
ditto -c -k --keepParent apps/macos/.build/release/OpenClaw.app.dSYM dist/OpenClaw-2026.3.8.dSYM.zip ditto -c -k --keepParent apps/macos/.build/release/OpenClaw.app.dSYM dist/OpenClaw-2026.3.9.dSYM.zip
``` ```
## Appcast entry ## Appcast entry
@@ -72,7 +72,7 @@ ditto -c -k --keepParent apps/macos/.build/release/OpenClaw.app.dSYM dist/OpenCl
Use the release note generator so Sparkle renders formatted HTML notes: Use the release note generator so Sparkle renders formatted HTML notes:
```bash ```bash
SPARKLE_PRIVATE_KEY_FILE=/path/to/ed25519-private-key scripts/make_appcast.sh dist/OpenClaw-2026.3.8.zip https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml SPARKLE_PRIVATE_KEY_FILE=/path/to/ed25519-private-key scripts/make_appcast.sh dist/OpenClaw-2026.3.9.zip https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml
``` ```
Generates HTML release notes from `CHANGELOG.md` (via [`scripts/changelog-to-html.sh`](https://github.com/openclaw/openclaw/blob/main/scripts/changelog-to-html.sh)) and embeds them in the appcast entry. Generates HTML release notes from `CHANGELOG.md` (via [`scripts/changelog-to-html.sh`](https://github.com/openclaw/openclaw/blob/main/scripts/changelog-to-html.sh)) and embeds them in the appcast entry.
@@ -80,7 +80,7 @@ Commit the updated `appcast.xml` alongside the release assets (zip + dSYM) when
## Publish & verify ## Publish & verify
- Upload `OpenClaw-2026.3.8.zip` (and `OpenClaw-2026.3.8.dSYM.zip`) to the GitHub release for tag `v2026.3.8`. - Upload `OpenClaw-2026.3.9.zip` (and `OpenClaw-2026.3.9.dSYM.zip`) to the GitHub release for tag `v2026.3.9`.
- Ensure the raw appcast URL matches the baked feed: `https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml`. - Ensure the raw appcast URL matches the baked feed: `https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml`.
- Sanity checks: - Sanity checks:
- `curl -I https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml` returns 200. - `curl -I https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml` returns 200.

View File

@@ -1,6 +1,6 @@
{ {
"name": "openclaw", "name": "openclaw",
"version": "2026.3.8", "version": "2026.3.9",
"description": "Multi-channel AI gateway with extensible messaging integrations", "description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [], "keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme", "homepage": "https://github.com/openclaw/openclaw#readme",

View File

@@ -198,7 +198,7 @@ describe("git commit resolution", () => {
await fs.mkdir(path.join(packageRoot, "dist"), { recursive: true }); await fs.mkdir(path.join(packageRoot, "dist"), { recursive: true });
await fs.writeFile( await fs.writeFile(
path.join(packageRoot, "package.json"), path.join(packageRoot, "package.json"),
JSON.stringify({ name: "openclaw", version: "2026.3.8" }), JSON.stringify({ name: "openclaw", version: "2026.3.9" }),
"utf-8", "utf-8",
); );
const moduleUrl = pathToFileURL(path.join(packageRoot, "dist", "entry.js")).href; const moduleUrl = pathToFileURL(path.join(packageRoot, "dist", "entry.js")).href;

View File

@@ -73,10 +73,10 @@ describe("install.sh version resolution", () => {
it.runIf(process.platform !== "win32")( it.runIf(process.platform !== "win32")(
"extracts the semantic version from decorated CLI output", "extracts the semantic version from decorated CLI output",
() => { () => {
const fixture = withFakeCli("OpenClaw 2026.3.8 (abcdef0)"); const fixture = withFakeCli("OpenClaw 2026.3.9 (abcdef0)");
tempRoots.push(fixture.root); tempRoots.push(fixture.root);
expect(resolveVersionFromInstaller(fixture.cliPath)).toBe("2026.3.8"); expect(resolveVersionFromInstaller(fixture.cliPath)).toBe("2026.3.9");
}, },
); );
@@ -93,7 +93,7 @@ describe("install.sh version resolution", () => {
it.runIf(process.platform !== "win32")( it.runIf(process.platform !== "win32")(
"does not source version helpers from cwd when installer runs via stdin", "does not source version helpers from cwd when installer runs via stdin",
() => { () => {
const fixture = withFakeCli("OpenClaw 2026.3.8 (abcdef0)"); const fixture = withFakeCli("OpenClaw 2026.3.9 (abcdef0)");
tempRoots.push(fixture.root); tempRoots.push(fixture.root);
const hostileCwd = fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-install-stdin-")); const hostileCwd = fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-install-stdin-"));
@@ -115,7 +115,7 @@ extract_openclaw_semver() {
"utf-8", "utf-8",
); );
expect(resolveVersionFromInstallerViaStdin(fixture.cliPath, hostileCwd)).toBe("2026.3.8"); expect(resolveVersionFromInstallerViaStdin(fixture.cliPath, hostileCwd)).toBe("2026.3.9");
}, },
); );
}); });