Returns every release the dataset has — including archived, published,
and mid-transition states (archiving, unarchiving, publishing,
scheduling).
Use this hook when you're building a release-management UI (listing
releases, surfacing lifecycle controls, etc.) so a release stays visible
across its full lifecycle — including after it's been published or
archived. For perspective / content queries, prefer
useActiveReleases, which filters to releases that still affect
what's queryable.
Returns every release the dataset has — including
archived,published, and mid-transition states (archiving,unarchiving,publishing,scheduling).Use this hook when you're building a release-management UI (listing releases, surfacing lifecycle controls, etc.) so a release stays visible across its full lifecycle — including after it's been published or archived. For perspective / content queries, prefer useActiveReleases, which filters to releases that still affect what's queryable.