diff --git a/.agents/skills/openclaw-release-maintainer/SKILL.md b/.agents/skills/openclaw-release-maintainer/SKILL.md index e9bb2ef826c..23e73d61ce0 100644 --- a/.agents/skills/openclaw-release-maintainer/SKILL.md +++ b/.agents/skills/openclaw-release-maintainer/SKILL.md @@ -41,11 +41,12 @@ Use this skill for release and publish-time workflow. Keep ordinary development recommended replacement can shift as plugin ownership, externalization, and config footprint move, so do not blindly copy stale replacement annotations into release notes. -- Do not delete or rewrite beta tags after their matching npm package has been - published. If a pushed beta tag fails preflight before npm publish, delete and +- Do not delete or rewrite alpha or beta tags after their matching npm package + has been published. If a pushed alpha or beta tag fails preflight before npm + publish, first verify the matching npm package does not exist, then delete and recreate the tag and prerelease at the fixed commit so npm prerelease versions - stay contiguous. If a published beta needs a fix, commit the fix on the - release branch and increment to the next `-beta.N`. + stay contiguous. If a published prerelease needs a fix, commit the fix on the + release branch and increment to the next matching `-alpha.N` or `-beta.N`. - For a beta release train, run the fast local preflight first, publish the beta to npm `beta`, then run the expensive published-package roster focused on install/update/Docker/Parallels/NPM Telegram. If anything fails, fix it on diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index d2f4f767903..4a9a8fffe1d 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -29341,6 +29341,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = { tags: ["advanced", "url-secret"], }, }, - version: "2026.5.2", + version: "2026.5.2-alpha.1", generatedAt: "2026-03-22T21:17:33.302Z", };