From 625339bdafff912bfcfe1aa0385a765ca4a50916 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sun, 7 Feb 2016 00:26:45 +0100 Subject: [PATCH] Generate changelog on version bumps with "thoughtful" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2fb4c4..bfe891f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "thought": "thought run -a", "prethoughtcheck": "thought --version || npm -g install thought", "thoughtcheck": "thought check-engines", - "version": "npm run thought", + "version": "bin/thoughtful.js changelog -o -a && npm run thought", "preversion": "npm run thoughtcheck" }, "dependencies": {