Skip to content

Commit

Permalink
The command is cargo semver-checks now, the suffix is unnecessary. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Sep 7, 2023
1 parent b4a9f6f commit c6b15df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lint your crate API changes for semver violations.
$ cargo install cargo-semver-checks --locked

# Check whether it's safe to release the new version:
$ cargo semver-checks check-release
$ cargo semver-checks
```

Or use as a [GitHub Action](https://github.com/obi1kenobi/cargo-semver-checks-action) (used in .github/workflows/ci.yml in this repo):
Expand Down

0 comments on commit c6b15df

Please sign in to comment.