Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add version number for each repo #7

Open
kremalicious opened this issue Jun 28, 2017 · 0 comments
Open

add version number for each repo #7

kremalicious opened this issue Jun 28, 2017 · 0 comments

Comments

@kremalicious
Copy link
Contributor

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:

[
  {
    "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 bigchaindb/site#139

@kremalicious kremalicious changed the title add version number to every repo add version number for each repo Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant