From d4c876d009cabe9bfc815c5362db3c04bee8ac47 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Sun, 26 Mar 2017 02:00:52 -0400 Subject: [PATCH] chore(): add postchangelog script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a59d74b90..d688edbfd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,8 @@ "clean": "rimraf dist .tmp", "shipit": "npm run build && gulp readmes && npm run npmpub", "npmpub": "node scripts/build/publish.js", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", + "postchangelog": "git commit -am \"chore(): update changelog\"" }, "config": { "commitizen": {