releases
2 rows where repo = 474468776
This data as json, CSV (advanced)
Suggested facets: created_at (date), published_at (date)
| id ▼ | html_url | author | node_id | tag_name | target_commitish | name | draft | prerelease | created_at | published_at | body | repo | reactions | mentions_count |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 62850964 | https://github.com/simonw/datasette-auth0/releases/tag/0.1a0 | simonw 9599 | RE_kwDOHEfRqM4DvweU | 0.1a0 | main | 0.1a0 | 0 | 1 | 2022-03-26T21:19:45Z | 2022-03-26T21:21:04Z | - Initial alpha release. | datasette-auth0 474468776 | ||
| 62885470 | https://github.com/simonw/datasette-auth0/releases/tag/0.1 | simonw 9599 | RE_kwDOHEfRqM4Dv45e | 0.1 | main | 0.1 | 0 | 0 | 2022-03-28T02:49:05Z | 2022-03-28T03:04:52Z | - Now includes a live demo, see [datasette-auth0-demo.datasette.io](https://datasette-auth0-demo.datasette.io/) [#1](https://github.com/simonw/datasette-auth0/issues/1) | datasette-auth0 474468776 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] (
[html_url] TEXT,
[id] INTEGER PRIMARY KEY,
[author] INTEGER REFERENCES [users]([id]),
[node_id] TEXT,
[tag_name] TEXT,
[target_commitish] TEXT,
[name] TEXT,
[draft] INTEGER,
[prerelease] INTEGER,
[created_at] TEXT,
[published_at] TEXT,
[body] TEXT,
[repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
ON [releases] ([author]);