add release url to bigchaindb

This commit is contained in:
Matthias Kretschmann 2018-04-10 14:46:51 +02:00
parent 982cd0a35f
commit 89765f1a21
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 2 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. ` +