Cut a new ndesign version and deploy to CDN. Analyzes commits since the last v* tag, proposes a semver bump with evidence, confirms with the user, then runs `npm version <level>` to trigger the automated release pipeline (test → bump → CDN deploy → tag push). Use when the user asks to "cut a release", "ship a version", "publish to CDN", or "deploy a new version".
2026-04-25