docs: refresh README release section

Update the stale 0.7.1 example to 0.14.0, note the Linux arm64 target (the sleds' arch), and mention the branch+tag push added in bcac9266.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019fHdm92yjvguPi2LiXfLB9
This commit is contained in:
Timmy
2026-07-18 12:28:58 +01:00
co-authored by Claude Opus 4.8
parent fdfa4bac08
commit b91e2d53ff
+2 -2
View File
@@ -95,10 +95,10 @@ Internal architecture documentation lives in [`docs/architecture/`](docs/archite
Requires a Gitea API token in `.env` (`GITEA_TOKEN=your_token`). Requires a Gitea API token in `.env` (`GITEA_TOKEN=your_token`).
```bash ```bash
script/release 0.7.1 script/release 0.14.0
``` ```
This bumps version in `Cargo.toml` and `package.json`, builds macOS arm64 and Linux amd64 binaries, tags the repo, and publishes a Gitea release with changelog and binaries attached. This bumps version in `Cargo.toml` and `package.json`, builds macOS arm64, Linux amd64, and Linux arm64 binaries, tags the repo, pushes the branch and tag, and publishes a Gitea release with changelog and binaries attached.
## Multi-node CRDT sync (rendezvous) ## Multi-node CRDT sync (rendezvous)