You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: --allow-same-version on publish
Same fix as expect-helper: re-triggering a release on the existing
tag (or any case where the tag matches package.json) no longer errors
with "Version not changed".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ci: derive npm dist-tag from prerelease label
`npm publish` fails on a prerelease version unless `--tag` is given,
otherwise it would silently land on `latest`. Parse the prerelease
label out of the release tag (4.0.0-beta.1 -> beta, 4.0.0-rc.1 -> rc)
and pass it through; stable releases keep the default `latest`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>