Skip to content

Commit

Permalink
Issue template for latest matrix-sdk failure mentions git cliff inste…
Browse files Browse the repository at this point in the history
…ad of CHANGELOG
  • Loading branch information
andybalaam committed Nov 1, 2024
1 parent aad3fbc commit 354faeb
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/latest_matrix_sdk_failed_issue_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
title: Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing
---
Something changed in
[matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk)'s crypto crate
that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we
update to it.

See the crypto crate's
[CHANGELOG](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk-crypto/CHANGELOG.md)
for possible hints about what changed and how to fix it.
Something changed in [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk)'s crypto crate that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we update to it.

To see the latest changes in matrix-sdk-crypto, use [git cliff](https://git-cliff.org/):

```sh
git cliff from_commit..to_commit
```

(You can see which commits to supply by running `cargo update matrix-sdk` in this repo and diffing `Cargo.lock`.)

This should give you a hint about what changed.

0 comments on commit 354faeb

Please sign in to comment.