Skip to content

Commit c74c194

Browse files
committed
Update changelog command
1 parent 82908b9 commit c74c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release:patch": "npm version patch && npm publish",
1616
"release:minor": "npm version minor && npm publish",
1717
"release:major": "npm version major && npm publish",
18-
"changelog": "github_changelog_generator --max-issues 200 && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
18+
"changelog": "github_changelog_generator --max-issues 200 -u feathersjs-ecosystem -p feathers-hooks-common && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
1919
"lint": "semistandard --fix",
2020
"lint:types": "dtslint types",
2121
"update-dependencies": "ncu -u",

0 commit comments

Comments
 (0)