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
npm-debug.log
yarn.lock
yarn.lock
package-lock.json

View File

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

View File

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

View File

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