DashboardfossilizeCraft auto-version picks current packag…

Craft auto-version picks current package.json version — re-run with explicit version if already published

Category: gotcha
Confidence: 1.00
ID: 019e51d2-db62-77a1-ac51-2d3227c3ecac
Project ID: b075a555-f2ea-4652-a165-2e3407d916e7
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-06-10 21:57:12
Updated: 2026-06-10 21:57:12

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 2 2026-07-03

Content

Trap: Craft's version: auto reads package.json and detects no new conventional commits → creates a publish issue for the version already on npm (e.g. 0.5.0 when 0.5.0 is already published). Looks like it should bump, but it doesn't if package.json already matches latest npm. Fix: close the stale publish issue, then re-trigger the release workflow with an explicit version string (e.g. 0.6.0). Craft will then create the correct release branch and publish issue.

Move to: