We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82908b9 commit c74c194Copy full SHA for c74c194
package.json
@@ -15,7 +15,7 @@
15
"release:patch": "npm version patch && npm publish",
16
"release:minor": "npm version minor && npm publish",
17
"release:major": "npm version major && npm publish",
18
- "changelog": "github_changelog_generator --max-issues 200 && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
+ "changelog": "github_changelog_generator --max-issues 200 -u feathersjs-ecosystem -p feathers-hooks-common && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
19
"lint": "semistandard --fix",
20
"lint:types": "dtslint types",
21
"update-dependencies": "ncu -u",
0 commit comments