contributing: fix instructions for the semver CI

This commit is contained in:
Jose Storopoli 2024-07-10 14:24:49 +00:00
parent 213566f34b
commit 9933fa0dd5
No known key found for this signature in database
GPG Key ID: 29E00111DE172C28
1 changed files with 1 additions and 1 deletions

View File

@ -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).