We still want to be able to publish locally (in case of emergency), but the default should be that the crates are published on CI. - [x] wrap the versioning and publishing logic in a script https://github.com/rerun-io/rerun/pull/2604 - [x] publish `alpha` versions of crates every week - https://github.com/rerun-io/rerun/pull/2710 + follow ups - [x] publish release versions of crates in the `manual_release` workflow https://github.com/rerun-io/rerun/pull/2629 We'll have to do a topological sort of crates for the `cargo publish`.
We still want to be able to publish locally (in case of emergency), but the default should be that the crates are published on CI.
alphaversions of crates every weekmanual_releaseworkflow Publish crates inmanual_release#2629We'll have to do a topological sort of crates for the
cargo publish.