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.
matrix-rust-components-swift/Tools/Scripts
Doug 8d7ace5140 Bump to v1.0.45-alpha (matrix-rust-sdk d720861fbd5d3ded30baa2558d667bcbf7a7057a) 3 months ago
..
README.md Bump to v1.0.45-alpha (matrix-rust-sdk d720861fbd5d3ded30baa2558d667bcbf7a7057a) 3 months ago
release.py Bump to v1.0.45-alpha (matrix-rust-sdk d720861fbd5d3ded30baa2558d667bcbf7a7057a) 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:

  1. Set api.github.com in your .netrc file before using
  2. cargo + rustup https://www.rust-lang.org/tools/install
  3. matrix-rust-sdk cloned next to this repo git clone https://github.com/matrix-org/matrix-rust-sdk
  4. Checkout the main branch of the SDK. Using a different branch will result in the wrong commit SHA.
  5. Any dependencies required to build the matrix-rust-sdk as mentioned in the Apple platforms readme.