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
chore: fix version in metadata and ship config (#68)
## Changes
- **ship.config.js**: Read version from `package.json` instead of using
Ship.js's `tag` parameter (which is the npm dist-tag `"latest"`, not the
semver version)
- **ship.config.js**: Remove unwanted `shouldPrepare` block
- **metadata.yaml**: Fix 5 historical entries that had `"latest"`
instead of actual version numbers, and remove `v` prefix for consistency
0 commit comments