You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
wit-component
crate provides a functionsemver_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.The text was updated successfully, but these errors were encountered: