From 9933fa0dd5c5c6f0f11a263fd6547d320af8730e Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Wed, 10 Jul 2024 14:24:49 +0000 Subject: [PATCH] contributing: fix instructions for the semver CI --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ee149cbb..d2866563e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -199,7 +199,7 @@ requirement to test unsafe code with sanitizers including Miri. All PRs that change the public API of `rust-bitcoin` will be checked on CI for semversioning compliance. This means that if the PR changes the public API in a way that is not backwards compatible, the PR will be flagged as a breaking change. -Please check the [Rust workflow](.github/workflows/rust.yml). +Please check the [`semver-checks` workflow](.github/workflows/semver-checks.yml). Under the hood we use [`cargo-semver-checks`](https://github.com/obi1kenobi/cargo-semver-checks).