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
* CI: Fix semver checks to use a script
#### Problem
The semver checks step during publish is broken because it's simply
passing in the folder, but there's some additional work needed to
decompose it into a manifest path.
#### Summary of changes
Similar to many other repos, add a semver script which will pull out the
manifest given a path.
* Do it differently
* Use pinocchio style
* Install things consistently
* Make publish depend on semver check
* Add back version options (and fix inputs.crate)
0 commit comments