Creates a Github release from a matrix-rust-sdk repository.
Usage:
swift run release --version v1.0.18-alpha
For help: swift run release --help
To make the release you will need the following installed:
- Set
api.github.com
in your .netrc file before using - cargo + rustup https://www.rust-lang.org/tools/install
- matrix-rust-sdk cloned next to this repo
git clone https://github.com/matrix-org/matrix-rust-sdk
- Checkout the
main
branch of the SDK (or another custom branch to release from). - Any dependencies required to build the matrix-rust-sdk as mentioned in the Apple platforms readme.