diff --git a/package.json b/package.json index de262ea..f9898aa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "test": "npm run lint && npm run test:once", "test:once": "nyc --reporter=lcovonly --reporter=html mocha", "doctoc:": "doctoc README.md", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", + "version": "npm run changelog && git add -A" }, "repository": { "type": "git",