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

Use semver linting to protect against bad version bumps #9

Open
Voxelot opened this issue Sep 23, 2022 · 0 comments
Open

Use semver linting to protect against bad version bumps #9

Voxelot opened this issue Sep 23, 2022 · 0 comments

Comments

@Voxelot
Copy link
Member

Voxelot commented Sep 23, 2022

Investigate using the third-party cargo plugin "cargo-semver-checks" on our Rust repos to verify that semver (based on the Rust interfaces) isn't violated. This should be done at crate publishing time, and potentially even before release by validating PRs that modify crate versions.

https://predr.ag/blog/toward-fearless-cargo-update/

https://github.com/obi1kenobi/cargo-semver-checks-action

This will require some configuration to work with our workspace tagging scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant