1

Bump versions

Update version in Cargo.toml workspace, apps/flocks-connect/package.json, and flocks/website/package.json.
2

Run the release CI gate

cargo test, cargo clippy, tsc --noEmit, and the desktop build must all pass.
3

Tag the commit

git tag -s v0.x.y -m "v0.x.y". We sign tags.
4

Build artifacts

cargo dist build produces signed tarballs for every platform.
5

Push to download.flocks.sh

flocks-publish push --registry https://download.flocks.sh \ --app flocks --version 0.x.y --channel stable --artifact ….
6

Publish docs

mintlify build then push the static output to the docs cluster.