bigchaindb / bigchaindb/github-projects
add version number for each repo
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Currently only the `bigchaindb/bigchaindb` repo gets a version number in its json response.
### Scope
Include version number based on the latest GitHub release tag for each repo as value of a `release` key in the `/` endpoint. Like so:
```json
[
{
"name": "project-name",
"description": "The description",
"stars": 3040,
"forks": 293,
"is_fork": false,
"release": "v0.10.0",
"url": "https://github.com/bigchaindb/project"
}
]
```
Needed for solving https://github.com/ascribe/bigchain-website/issues/139
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.