Add pre-publish semver check with the version being published as well #72
Labels
C-enhancement
Category: raise the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Currently, before
cargo publish
, the new version ofcargo-semver-checks
is tested by running the most-recent-prior version ofcargo-semver-checks
on its API changes. This makes sure we don't break semver for any public APIs, in preparation for #67.It would be nice to test the new release with itself as well, for two reasons:
The text was updated successfully, but these errors were encountered: