Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue template for latest matrix-sdk failure mentions git cliff instead of CHANGELOG #166

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-common` in this repo and diffing `Cargo.lock`.)

This should give you a hint about what changed.
Loading