From 128f9c071c51a3a7d5f52631552f4cb0f11d5d2e Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Sun, 16 Mar 2014 21:50:17 -0500 Subject: [PATCH] Add npm script to generate changelog --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 448095a3..e5eae711 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "async": "0.2.10" }, "scripts": { + "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v", "test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres", "install": "node-gyp rebuild || (exit 0)" },