cli-helper-1.0.0
Immutable
release. Only release title and notes can be modified.
ci(helper): publish stable versions to npm 'latest', prereleases to 'rc' The publish steps hardcoded --tag rc, so a stable 1.0.0 would land under rc and leave 'latest' pointing at an old prerelease (breaking the runtime reinstall hint and plain npm i). Compute the dist-tag from the version: anything with a '-' (e.g. 1.0.0-rc.4) -> rc, otherwise -> latest.