Motivation
Follow-up to #526. STAC (https://stac.overturemaps.org) is now the source of truth for release metadata, and utils/fetch_releases_from_stac.py has replaced the old S3-based generator. overture_releases.yaml no longer serves a purpose and should be deleted.
Scope
- Delete
overture_releases.yaml from the repo root.
- Remove the
cp overture_releases.yaml publish/ step in .github/workflows/build-manifests.yml.
- Update the deprecation note in
README.md to reflect that the file has been removed rather than merely deprecated.
Motivation
Follow-up to #526. STAC (https://stac.overturemaps.org) is now the source of truth for release metadata, and
utils/fetch_releases_from_stac.pyhas replaced the old S3-based generator.overture_releases.yamlno longer serves a purpose and should be deleted.Scope
overture_releases.yamlfrom the repo root.cp overture_releases.yaml publish/step in.github/workflows/build-manifests.yml.README.mdto reflect that the file has been removed rather than merely deprecated.