diff --git a/package.json b/package.json index d6eaf484b..6328e2cc2 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "lint": "gulp lint", "readmes": "gulp readmes", "docs-json": "ts-node -P scripts/tsconfig.json scripts/docs-json", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", - "postchangelog": "git commit -am \"chore(): update changelog\"", + "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", "shipit": "npm run build && npm run readmes && npm run npmpub" }, "devDependencies": {