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

Add pre-publish semver check with the version being published as well #72

Open
obi1kenobi opened this issue Aug 15, 2022 · 0 comments
Open
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.

Comments

@obi1kenobi
Copy link
Owner

Currently, before cargo publish, the new version of cargo-semver-checks is tested by running the most-recent-prior version of cargo-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 new release may contain new checks which could detect and prevent new kinds of semver problems
  • it's a low-cost way of getting more "real-world" test coverage of the new release before it's published on crates.io
@obi1kenobi obi1kenobi added 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. labels Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant