After every successful release. we have a number of steps that happen during the finalization. These steps include (but are not limited to):

With the new artifact export, we'll now be exporting graphql schemas to a public GCS bucket alongside database migrations.

Artifact export schedule

Artifact bucket details

URL

gsutil ls gs://schemas-migrations/migrations # list all files in this bucket
gsutil ls gs://graphql_schema # list all files in this bucket

Both buckets live in the sourcegraph-ci GCP project. They’re publicly available to anyone on the internet.

How to create the artifacts locally

Prerequisites