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: pick npm dist-tag and image :latest from the release tag
The release workflow used to hardcode --tag alpha when publishing
@cloudflare/workspace, which would have silently mis-tagged a
stable release as a prerelease (and conversely kept the latest
dist-tag pointing at whatever was last published manually).
Compute the dist-tag from the version itself: a version with a
prerelease suffix (-alpha.N, -beta.N, -rc.N) publishes under the
matching channel (alpha, beta, rc) and leaves the npm latest
pointer alone; a stable version (no suffix) publishes under
latest. The same is_stable flag gates the wsd image's :latest
registry tag so a prerelease push can't displace the last stable
image either. Reword the header comment to match.
0 commit comments