Skip to content

cli-helper-1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:07
Immutable release. Only release title and notes can be modified.
a692637
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.