github_releases
GitHub releases published for repositories.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - GitHub ID of the release.
-
repository_id
Foreign key - ID of the GitHub repository containing the release.
-
tag_name
string - Git tag associated with the release.
-
name
string - Optional human-readable release name.
-
source_url
string - URL to the release in GitHub.
-
draft
boolean - Whether the release is a draft.
-
prerelease
boolean - Whether the release is a prerelease.
-
created_at
date - Timestamp when the release was created in GitHub.
-
published_at
date - Timestamp when the release was published, if published.
-
synced_at
date - Timestamp when the release was last imported from GitHub.