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

Create cargo-semver-checks entry #1475

Merged
merged 2 commits into from
Dec 15, 2023
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
16 changes: 16 additions & 0 deletions data/tools/cargo-semver-checks.yml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah whoops, thanks! GitHub's editor strikes again 😅

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: cargo-semver-checks
categories:
- linter
tags:
- rust
license: Apache License (Version 2.0) or MIT
types:
- cli
source: 'https://github.com/obi1kenobi/cargo-semver-checks'
homepage: 'https://crates.io/crates/cargo-semver-checks'
description: >-
Scan your Rust crate releases for semver violations.
It can be used either directly via the CLI, as a GitHub Action in CI,
or via release managers like `release-plz`.
It found semver violations in
[more than 1 in 6 of the top 1000 most-downloaded crates](https://predr.ag/blog/semver-violations-are-common-better-tooling-is-the-answer/) on crates.io.
Loading