Skip to content

Commit

Permalink
Update changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 9, 2021
1 parent 82908b9 commit c74c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"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\"",
"lint": "semistandard --fix",
"lint:types": "dtslint types",
"update-dependencies": "ncu -u",
Expand Down

0 comments on commit c74c194

Please sign in to comment.