https://github.com/sourcegraph/artifacts
Public release artifacts
https://github.com/sourcegraph/artifacts
Last synced: 7 months ago
JSON representation
Public release artifacts
- Host: GitHub
- URL: https://github.com/sourcegraph/artifacts
- Owner: sourcegraph
- Created: 2024-10-23T11:07:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T07:04:02.000Z (7 months ago)
- Last Synced: 2025-07-03T14:18:01.083Z (7 months ago)
- Language: PLpgSQL
- Size: 1.02 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artifacts
This repository houses public artifacts from Sourcegraph.
* GraphQL Schemas
* Database migrations
After every successful release. we have a number of steps that happen during the finalization. These steps include (but are not limited to):
- Generation of SBOM
- Slack announcements
- Changelog Generation
With the new artifact export, we'll now be exporting **graphql schemas** to a public GCS bucket alongside **database migrations**.
## Artefact export schedule
- **GraphQL schemas** are exported on every release.
- **Database schemas** are exported on every major and minor releases
You can read more about the process [here](https://www.notion.so/sourcegraph/How-the-artifacts-exporter-works-12aa8e112658809cb785eff2e0830740?pvs=4).