From 52aa99681bb02472e0433cb32b89dde814cd9467 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 10 Jan 2021 12:30:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20modified=20auto-changelog=20to?= =?UTF-8?q?=20commit=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ad051d..1e678db8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "publish": false }, "hooks": { - "after:bump": "npx auto-changelog -p" + "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md" } } }