obi1kenobi / cargo-semver-checks-action

A GitHub Action for running cargo-semver-checks
MIT License
59 stars 15 forks source link

Fails if workspace contains a crate that is not yet published #53

Open thomaseizinger opened 1 year ago

thomaseizinger commented 1 year ago

See https://github.com/libp2p/rust-libp2p/actions/runs/6087635818/job/16516621765?pr=4248 for example.

This PR introduces a new crate which is not published yet. We would only publish it once the PR is merged. I think the action should ignore those until then.