From d7321775d6f5bb80d8297745cd917ca39827cea9 Mon Sep 17 00:00:00 2001 From: Alex DiLiberto Date: Tue, 12 Mar 2019 17:02:50 -0400 Subject: [PATCH] build(package.json): update `version` script to commit changelog --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1687f610..44be256d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test:iterate": "ember exam:iterate 10", "test:fastboot": "DEBUG=ember-cli-addon-tests ember fastboot:test", "preversion": "yarn test", - "version": "yarn changelog && git add CHANGELOG.md", + "version": "yarn changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): 📄'", "postversion": "git push && git push --tags && rm -rf tmp dist" }, "dependencies": {