Skip to content

Commit 488cd9f

Browse files
authored
Merge pull request #6 from uphold/support/update-github-changelog-generator
Update @uphold/github-changelog-generator
2 parents cc219b2 + 6e72db6 commit 488cd9f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Uphold",
77
"main": "src/index.js",
88
"scripts": {
9-
"changelog": "github-changelog-generator $npm_package_options_changelog --future-release=v$npm_package_version > CHANGELOG.md",
9+
"changelog": "github-changelog-generator --future-release=v$npm_package_version > CHANGELOG.md",
1010
"cover": "yarn test -- --coverage",
1111
"lint": "eslint --cache src test",
1212
"release": "npm version $1 -m 'Release %s'",
@@ -20,7 +20,7 @@
2020
"standard-http-error": "2.0.0"
2121
},
2222
"devDependencies": {
23-
"@uphold/github-changelog-generator": "0.4.1",
23+
"@uphold/github-changelog-generator": "^0.7.0",
2424
"eslint": "^5.0.1",
2525
"eslint-config-uphold": "^0.1.1",
2626
"jest": "20.0.4",
@@ -29,8 +29,5 @@
2929
"engines": {
3030
"node": ">=4"
3131
},
32-
"private": true,
33-
"options": {
34-
"changelog": "--owner uphold --repo http-errors"
35-
}
32+
"private": true
3633
}

yarn.lock

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@uphold/github-changelog-generator@0.4.1":
6-
version "0.4.1"
7-
resolved "https://registry.yarnpkg.com/@uphold/github-changelog-generator/-/github-changelog-generator-0.4.1.tgz#767744e7416b9e50df471399bab45b970b0447f0"
5+
"@uphold/github-changelog-generator@^0.7.0":
6+
version "0.7.0"
7+
resolved "https://registry.yarnpkg.com/@uphold/github-changelog-generator/-/github-changelog-generator-0.7.0.tgz#1972dcb8c1d5c32b396d1a8960d98d683e274f3b"
88
dependencies:
99
bluebird "^3.4.6"
1010
commander "^2.9.0"
1111
github "^6.1.0"
12+
ini "^1.3.5"
1213
lodash "^4.17.2"
1314
moment "^2.17.0"
1415

@@ -1205,6 +1206,10 @@ inherits@2, inherits@^2.0.3, inherits@~2.0.1:
12051206
version "2.0.3"
12061207
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
12071208

1209+
ini@^1.3.5:
1210+
version "1.3.5"
1211+
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
1212+
12081213
inquirer@^5.2.0:
12091214
version "5.2.0"
12101215
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"

0 commit comments

Comments
 (0)