fix(release): accept prerelease plugin min host floors

This commit is contained in:
Peter Steinberger
2026-05-02 03:37:58 +01:00
parent 535eae73e9
commit d43b985f9f
3 changed files with 9 additions and 4 deletions

View File

@@ -211,7 +211,7 @@ describe("collectBundledExtensionManifestErrors", () => {
},
]),
).toEqual([
"bundled extension 'broken' manifest invalid | openclaw.install.minHostVersion must use a semver floor in the form \">=x.y.z\"",
"bundled extension 'broken' manifest invalid | openclaw.install.minHostVersion must use a semver floor in the form \">=x.y.z[-prerelease][+build]\"",
]);
});