Dashboard › fossilize › Always reset package.json version to la…
019e51c6-8045-7e69-8ed7-1afc33f17f45| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 2026-07-03 |
When setting up or fixing Craft-based publishing, reset package.json version to the latest version actually published on npm (not whatever is in the repo), then let Craft auto-determine the next version. Check npm view <pkg> version for the true latest. If Craft auto-versions to the already-published version (because package.json matches and no new conventional commits detected), re-run the release workflow with an explicit version (e.g. 0.6.0). Sync lockfiles after version change (npm install or pnpm install), then commit and trigger Craft.