diff --git a/README.md b/README.md index 5025afdc..53635fb5 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ Internal architecture documentation lives in [`docs/architecture/`](docs/archite Requires a Gitea API token in `.env` (`GITEA_TOKEN=your_token`). ```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)