Merge pull request #41 from bigchaindb/feature/releaseurl

add release url to bigchaindb repo
This commit is contained in:
Matthias Kretschmann 2018-04-10 14:55:07 +02:00 committed by GitHub
commit 250c237b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules node_modules
npm-debug.log npm-debug.log
yarn.lock yarn.lock
package-lock.json

View File

@ -92,7 +92,8 @@ const fetchReleases = () => {
dataReleases = ({ dataReleases = ({
name: reponame, name: reponame,
release: data_.tag_name release: data_.tag_name,
release_url: data_.html_url
}) })
log(`Re-built releases cache. ` + log(`Re-built releases cache. ` +

View File

@ -19,13 +19,13 @@
"micro": "9.1.4", "micro": "9.1.4",
"ms": "2.1.1", "ms": "2.1.1",
"node-fetch": "2.1.2", "node-fetch": "2.1.2",
"request": "^2.81.0" "request": "^2.85.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^0.25.0",
"request-promise": "^4.2.1", "request-promise": "^4.2.1",
"test-listen": "^1.0.2", "test-listen": "^1.1.0",
"xo": "^0.20.2" "xo": "^0.20.3"
}, },
"now": { "now": {
"alias": "bigchaindb-github.now.sh", "alias": "bigchaindb-github.now.sh",

View File

@ -26,6 +26,7 @@ Endpoint: [`https://bigchaindb-github.now.sh`](https://bigchaindb-github.now.sh)
"forks": 293, "forks": 293,
"is_fork": false, "is_fork": false,
"release": "v0.10.0", "release": "v0.10.0",
"release_url": "https://github.com/bigchaindb/bigchaindb/releases/tag/v0.10.0",
"url": "https://github.com/bigchaindb/project", "url": "https://github.com/bigchaindb/project",
"topics": [ "topics": [
"bigchaindb", "bigchaindb",