Skip to content

Commit

Permalink
Create cargo-semver-checks entry (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Dec 15, 2023
1 parent 1fce88d commit ba2e75c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/tools/cargo-semver-checks.yml
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.

0 comments on commit ba2e75c

Please sign in to comment.