Skip to content

Commit 2d2572e

Browse files
committed
Add lerna-changelog for changelog generation.
1 parent c7e9bf4 commit 2d2572e

File tree

2 files changed

+630
-14
lines changed

2 files changed

+630
-14
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"scripts": {
1616
"build": "ember build",
17+
"changelog": "lerna-changelog",
1718
"lint:js": "eslint .",
1819
"start": "ember serve",
1920
"test": "ember test",
@@ -50,6 +51,7 @@
5051
"ember-try": "^1.0.0",
5152
"eslint-plugin-ember": "^6.1.0",
5253
"eslint-plugin-node": "^8.0.1",
54+
"lerna-changelog": "^0.8.2",
5355
"loader.js": "^4.7.0",
5456
"qunit-dom": "^0.8.0"
5557
},

0 commit comments

Comments
 (0)