惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
博客园 - 【当耐特】
月光博客
月光博客
C
Check Point Blog
T
The Blog of Author Tim Ferriss
罗磊的独立博客
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
美团技术团队
N
Netflix TechBlog - Medium
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
L
LangChain Blog
The Cloudflare Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: clarify planned monthly support lines · openclaw/op...
steipete · 2026-05-07 · via Recent Commits to openclaw:main

@@ -1,10 +1,11 @@

11

---

2-

summary: "Release lanes, operator checklist, validation boxes, version naming, and cadence"

2+

summary: "Release lanes, operator checklist, validation boxes, version naming, planned monthly support lines, and cadence"

33

title: "Release policy"

44

read_when:

55

- Looking for public release channel definitions

66

- Running release validation or package acceptance

77

- Looking for version naming and cadence

8+

- Planning monthly support or LTS release lines

89

---

9101011

OpenClaw has three public release lanes:

@@ -17,18 +18,38 @@ OpenClaw has three public release lanes:

17181819

- Stable release version: `YYYY.M.D`

1920

- Git tag: `vYYYY.M.D`

20-

- Stable correction release version: `YYYY.M.D-N`

21+

- Legacy stable correction release version: `YYYY.M.D-N`

2122

- Git tag: `vYYYY.M.D-N`

2223

- Beta prerelease version: `YYYY.M.D-beta.N`

2324

- Git tag: `vYYYY.M.D-beta.N`

2425

- Do not zero-pad month or day

2526

- `latest` means the current promoted stable npm release

2627

- `beta` means the current beta install target

27-

- Stable and stable correction releases publish to npm `beta` by default; release operators can target `latest` explicitly, or promote a vetted beta build later

28+

- Stable and legacy correction releases publish to npm `beta` by default; release operators can target `latest` explicitly, or promote a vetted beta build later

2829

- Every stable OpenClaw release ships the npm package and macOS app together;

2930

beta releases normally validate and publish the npm/package path first, with

3031

mac app build/sign/notarize reserved for stable unless explicitly requested

313233+

### Planned monthly support versioning

34+35+

OpenClaw does not yet have an LTS or monthly support channel. Maintainers are

36+

working toward SemVer-compatible monthly support lines, but the shipped update

37+

channels today are still `stable`, `beta`, and `dev`.

38+39+

The planned version shape is `YYYY.M.PATCH`:

40+41+

- `YYYY` is the year.

42+

- `M` is the monthly release line, without a leading zero.

43+

- `PATCH` increments within that monthly line and can grow as high as needed.

44+45+

For example, `2026.6.0`, `2026.6.1`, and `2026.6.2` would all be on the June

46+

2026 line. A future monthly support dist-tag such as `stable-2026-6` or

47+

`lts-2026-6` may point at that line, while `latest` continues to move quickly.

48+49+

This future model replaces the need for new `YYYY.M.D-N` correction releases.

50+

Existing legacy correction versions remain recognized so older packages and

51+

upgrade paths keep working.

52+3253

## Release cadence

33543455

- Releases move beta-first

@@ -239,7 +260,7 @@ Validation` or from the `main`/release workflow ref so workflow logic and

239260

`preflight_run_id` and `validate_run_id`

240261

- the real publish paths promote prepared artifacts instead of rebuilding

241262

them again

242-

- For stable correction releases like `YYYY.M.D-N`, the post-publish verifier

263+

- For legacy stable correction releases like `YYYY.M.D-N`, the post-publish verifier

243264

also checks the same temp-prefix upgrade path from `YYYY.M.D` to `YYYY.M.D-N`

244265

so release corrections cannot silently leave older global installs on the

245266

base stable payload