Skip to content

Commit

Permalink
docs(changelog): Added changelog automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranstrom committed Jan 27, 2017
1 parent 613c702 commit 5aec55d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"test": "npm run compile && mocha --compilers js:babel-core/register"
"test": "npm run compile && mocha --compilers js:babel-core/register",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"author": "John Granström <[email protected]>",
"license": "MIT",
Expand All @@ -24,6 +25,12 @@
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.2.0",
"mocha": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 5aec55d

Please sign in to comment.