mirror of
https://github.com/bigchaindb/github-projects.git
synced 2024-12-27 15:17:49 +01:00
Merge pull request #41 from bigchaindb/feature/releaseurl
add release url to bigchaindb repo
This commit is contained in:
commit
250c237b24
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
yarn.lock
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
3
index.js
3
index.js
@ -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. ` +
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user