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

Package publishing should check semver compat #128

Open
pchickey opened this issue Nov 12, 2024 · 0 comments
Open

Package publishing should check semver compat #128

pchickey opened this issue Nov 12, 2024 · 0 comments

Comments

@pchickey
Copy link
Contributor

The wit-component crate provides a function semver_check for checking that two packages are semver compatible.

The publish path should fetch any packages that are in the same semver series, and then check to make sure the to-be-published package is semver compatible with them.

We could allow disabling this check with an optional --no-verify flag for exceptional situations, but I believe this behavior should be enforced by default.

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