You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
README.md | 3 months ago | |
release.py | 3 months ago |
README.md
Scripts
Release
Creates a Github release from a matrix-rust-sdk repository.
Usage:
python3 release.py --version v1.0.18-alpha
For help: release.py -h
Requirements
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. Using a different branch will result in the wrong commit SHA. - Any dependencies required to build the matrix-rust-sdk as mentioned in the Apple platforms readme.