Add CHANGELOG script

This commit is contained in:
Peter deHaan 2017-08-21 15:26:19 -07:00
parent 8f1c404724
commit de4a24a7f8
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
3 changed files with 235 additions and 0 deletions

View file

@ -37,6 +37,7 @@
"extract-loader": "^1.0.0",
"file-loader": "^0.11.2",
"git-rev-sync": "^1.9.1",
"github-changes": "^1.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
@ -114,6 +115,7 @@
"build": "npm-run-all build:*",
"build:js": "webpack -p",
"build:version": "node scripts/version",
"changelog": "github-changes -o mozilla -r send --only-pulls --use-commit-body --no-merges",
"contributors": "git shortlog -s | awk -F\\t '{print $2}' > CONTRIBUTORS",
"dev": "npm run clean && npm run build && npm start",
"format": "prettier '{,frontend/src/,scripts/,server/,test/**/!(bundle)}*.{js,css}' --single-quote --write",
@ -125,6 +127,7 @@
"lint-locales": "node scripts/lint-locales",
"lint-locales:dev": "npm run lint-locales",
"lint-locales:prod": "npm run lint-locales -- --production",
"release": "npm-run-all contributors changelog",
"start": "node server/server",
"test": "cross-env NODE_ENV=test npm-run-all test:*",
"test:unit": "mocha test/unit",