releases
4 rows where repo = 275624346
This data as json, CSV (advanced)
Suggested facets: prerelease, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28001973 | https://github.com/simonw/datasette-init/releases/tag/0.1a | simonw 9599 | MDc6UmVsZWFzZTI4MDAxOTcz | 0.1a | main | 0.1a | 0 | 1 | 2020-06-28T16:25:52Z | 2020-06-28T16:27:42Z | First working release | datasette-init 275624346 | ||
28003506 | https://github.com/simonw/datasette-init/releases/tag/0.1a2 | simonw 9599 | MDc6UmVsZWFzZTI4MDAzNTA2 | 0.1a2 | main | 0.1a2 | 0 | 1 | 2020-06-28T18:51:12Z | 2020-06-28T18:52:00Z | - Support for creating views. #1 - Improved documentation. | datasette-init 275624346 | ||
28041760 | https://github.com/simonw/datasette-init/releases/tag/0.1a3 | simonw 9599 | MDc6UmVsZWFzZTI4MDQxNzYw | 0.1a3 | main | 0.1a3 | 0 | 1 | 2020-06-29T21:16:03Z | 2020-06-29T21:16:51Z | Fix for crash if plugin configuration is missing. #2 | datasette-init 275624346 | ||
28135612 | https://github.com/simonw/datasette-init/releases/tag/0.2 | simonw 9599 | MDc6UmVsZWFzZTI4MTM1NjEy | 0.2 | main | 0.2 | 0 | 0 | 2020-07-01T22:46:20Z | 2020-07-01T22:47:09Z | - First non-alpha release - Depends on Datasette 0.45 | datasette-init 275624346 |
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]);