docs: update development-channels with --tag, --dry-run, status, and main warning

This commit is contained in:
Vincent Koc
2026-03-18 16:40:48 -07:00
parent 5f97645382
commit bea90b72e6

View File

@@ -11,9 +11,11 @@ title: "Development Channels"
OpenClaw ships three update channels:
- **stable**: npm dist-tag `latest`.
- **stable**: npm dist-tag `latest`. Recommended for most users.
- **beta**: npm dist-tag `beta` (builds under test).
- **dev**: moving head of `main` (git). npm dist-tag: `dev` (when published).
The `main` branch is for experimentation and active development. It may contain
incomplete features or breaking changes. Do not use it for production gateways.
We ship builds to **beta**, test them, then **promote a vetted build to `latest`**
without changing the version number -- dist-tags are the source of truth for npm installs.