Skip to content

Commit 97cdcb3

Browse files
authored
Issue template for latest matrix-sdk failure mentions git cliff instead of CHANGELOG (#166)
1 parent 1a070d5 commit 97cdcb3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
title: Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing
33
---
4-
Something changed in
5-
[matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk)'s crypto crate
6-
that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we
7-
update to it.
8-
9-
See the crypto crate's
10-
[CHANGELOG](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk-crypto/CHANGELOG.md)
11-
for possible hints about what changed and how to fix it.
4+
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.
5+
6+
To see the latest changes in matrix-sdk-crypto, use [git cliff](https://git-cliff.org/):
7+
8+
```sh
9+
git cliff from_commit..to_commit
10+
```
11+
12+
(You can see which commits to supply by running `cargo update matrix-sdk-common` in this repo and diffing `Cargo.lock`.)
13+
14+
This should give you a hint about what changed.

0 commit comments

Comments
 (0)