Skip to content

Commit 128f9c0

Browse files
committed
Add npm script to generate changelog
1 parent 9103f80 commit 128f9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"async": "0.2.10"
3232
},
3333
"scripts": {
34+
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
3435
"test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres",
3536
"install": "node-gyp rebuild || (exit 0)"
3637
},

0 commit comments

Comments
 (0)