Create a new issue from the Release Train Issue Template:
$ sh ./scripts/create-release-issue.sh 0.x.y
Ensure the following env vars are available:
export CARGO_REGISTRIES_AKKA_RS_INDEX=https://dl.cloudsmith.io/{entitlement-token}/lightbend/akka-rs/cargo/index.git
export CARGO_REGISTRIES_AKKA_RS_TOKEN={api-key}
Credentials bound to the cloudsmith-machine
user should be used:
Also make sure to specify the registry --registry
accordingly, for example:
cargo publish -p akka-persistence-rs-commitlog --registry AKKA_RS
The Akka Edge Rust guide is released as part of the Akka Projections documentation.