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
Fixed --stamp-changelog crashing on a package's first-ever release. get_published_versions piped pub.dev's response straight into jq; for a
never-published package pub.dev returns 404 with an XML body, jq exits 5,
and pipefail killed the publish job (device_io's first publish). A 404 now
means "zero published versions" — the legitimate first-release state —
while any other non-200 still fails loudly, since treating pub.dev
downtime as "nothing published" would misfile real published versions
under the unpublished collapsible.