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
npm publish workflow now fails loudly on real errors (e.g. a scoped-package 404 from a missing NPM_TOKEN or insufficient scope rights) and only skips on a genuine "already published" conflict, instead of masking failures as a successful "skip".
Release pipeline: rewrote CHANGELOG.md in strict Keep a Changelog format so the npmjs publish workflow can parse it, repaired the GitHub Packages publish workflow (removed a broken tag-push step), and made the changelog the single source the release body is read from.