mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
chore: prepare 2026.3.28-beta.1 release
This commit is contained in:
@@ -32,8 +32,9 @@ const requiredPathGroups = [
|
||||
const forbiddenPrefixes = ["dist-runtime/", "dist/OpenClaw.app/"];
|
||||
// 2026.3.12 ballooned to ~213.6 MiB unpacked and correlated with low-memory
|
||||
// startup/doctor OOM reports. Keep enough headroom for the current pack with
|
||||
// restored bundled upgrade surfaces while still catching regressions quickly.
|
||||
const npmPackUnpackedSizeBudgetBytes = 190 * 1024 * 1024;
|
||||
// restored bundled upgrade surfaces and Control UI assets while still catching
|
||||
// regressions quickly.
|
||||
const npmPackUnpackedSizeBudgetBytes = 191 * 1024 * 1024;
|
||||
const appcastPath = resolve("appcast.xml");
|
||||
const laneBuildMin = 1_000_000_000;
|
||||
const laneFloorAdoptionDateKey = 20260227;
|
||||
|
||||
Reference in New Issue
Block a user