Skip to content

Commit d734ffe

Browse files
author
Robert Jackson
committed
Add lerna-changelog for changelog generation.
1 parent e803519 commit d734ffe

2 files changed

Lines changed: 970 additions & 85 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Library for rendering Ember apps in node.js",
55
"main": "src/index.js",
66
"scripts": {
7+
"changelog": "lerna-changelog",
78
"test": "mocha",
89
"preversion": "npm test",
910
"postversion": "git push origin master --tags"
@@ -40,6 +41,7 @@
4041
"chai-as-promised": "^7.1.1",
4142
"ember-source": "3.2.0",
4243
"express": "^4.15.4",
44+
"lerna-changelog": "^0.8.2",
4345
"mocha": "^5.2.0",
4446
"mocha-jshint": "^2.3.1",
4547
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)