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
chore(release): 1.1.153 (#1477)
Strips the -prerelease suffix from package.json and promotes the
CHANGELOG's [Unreleased] section to a dated 1.1.153 heading, so the
npm-publish workflow can be dispatched for this version.
ci(npm-publish): dry runs now dry-run-stage every variant instead of …
…skipping
pnpm stage publish --dry-run packs the tarball and validates the manifest
without touching the registry, so a broken pack or stage toolchain
surfaces in the free dry run instead of burning a version after the
markers — two of the three burns today would have been caught this way.