latest— stable releasesbeta— prerelease builds
plot-ai uses lockstep semver across the public npm surface.
- patch: fixes and small polish
- minor: backwards-compatible commands, flags, and packaging improvements
- major: breaking cli flags, config, or runtime behavior
- choose a version
- run the full verification gates
- build release artifacts
- verify bundled pi runtime resources are present in platform packages
- publish platform packages
- publish
plot-ai - create the github release for the same version tag
PLOT_VERSION=0.0.1 bun run release:build
bun run release:smoke
PLOT_CHANNEL=latest bun run release:publish:dry-run
PLOT_VERSION=0.0.1 PLOT_CHANNEL=latest bun run release:publish