From b568dfd504d208d155d12fd910139cfdbee7adfe Mon Sep 17 00:00:00 2001 From: budparr Date: Sun, 27 Oct 2019 17:56:55 -0400 Subject: [PATCH] Add script Fixes #227 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ceb265d..13203d2 100755 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "type": "git", "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git" }, + "scripts": { + "version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md", + } "keywords": [ "hugo", "gohugo"