releases
5 rows where repo = 256834907 sorted by created_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), published_at (date)
id | html_url | node_id | tag_name | target_commitish | name | draft | author | prerelease | created_at ▲ | published_at | body | repo | reactions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
26873698 | https://github.com/dogsheep/dogsheep-photos/releases/tag/0.4.1 | MDc6UmVsZWFzZTI2ODczNjk4 | 0.4.1 | master | 0.4.1 | 0 | simonw 9599 | 0 | 2020-05-25T20:11:20Z | 2020-05-25T20:13:23Z |
|
dogsheep-photos 256834907 | |
26698662 | https://github.com/dogsheep/dogsheep-photos/releases/tag/0.4 | MDc6UmVsZWFzZTI2Njk4NjYy | 0.4 | master | 0.4 | 0 | simonw 9599 | 0 | 2020-05-20T04:22:26Z | 2020-05-20T04:24:28Z |
|
dogsheep-photos 256834907 | |
26199348 | https://github.com/dogsheep/dogsheep-photos/releases/tag/0.3a | MDc6UmVsZWFzZTI2MTk5MzQ4 | 0.3a | master | 0.3a | 0 | simonw 9599 | 0 | 2020-05-05T20:16:53Z | 2020-05-05T20:17:00Z |
|
dogsheep-photos 256834907 | |
25832475 | https://github.com/dogsheep/dogsheep-photos/releases/tag/0.2a | MDc6UmVsZWFzZTI1ODMyNDc1 | 0.2a | master | 0.2a | 0 | simonw 9599 | 0 | 2020-04-24T00:42:43Z | 2020-04-24T00:44:21Z |
|
dogsheep-photos 256834907 | |
25832422 | https://github.com/dogsheep/dogsheep-photos/releases/tag/0.1a | MDc6UmVsZWFzZTI1ODMyNDIy | 0.1a | master | 0.1a | 0 | simonw 9599 | 0 | 2020-04-19T00:15:55Z | 2020-04-24T00:40:57Z |
|
dogsheep-photos 256834907 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] ( [html_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [tag_name] TEXT, [target_commitish] TEXT, [name] TEXT, [draft] INTEGER, [author] INTEGER REFERENCES [users]([id]), [prerelease] INTEGER, [created_at] TEXT, [published_at] TEXT, [body] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [reactions] TEXT); CREATE INDEX [idx_releases_repo] ON [releases] ([repo]); CREATE INDEX [idx_releases_author] ON [releases] ([author]);