Skip to content

Commit 806056f

Browse files
author
Robert Jackson
committed
Setup changelog generation with lerna-changelog.
1 parent 6c2a675 commit 806056f

2 files changed

Lines changed: 533 additions & 18 deletions

File tree

package.json

Lines changed: 12 additions & 0 deletions
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:hbs": "ember-template-lint .",
1819
"lint:js": "eslint .",
1920
"start": "ember serve",
@@ -50,12 +51,23 @@
5051
"ember-try": "^1.0.0",
5152
"eslint-plugin-ember": "^5.2.0",
5253
"eslint-plugin-node": "^7.0.1",
54+
"lerna-changelog": "^0.8.0",
5355
"loader.js": "^4.7.0",
5456
"qunit-dom": "^0.7.1"
5557
},
5658
"engines": {
5759
"node": "6.* || 8.* || >= 10.*"
5860
},
61+
"changelog": {
62+
"repo": "mixonic/ember-cli-deprecation-workflow",
63+
"labels": {
64+
"breaking": ":boom: Breaking Change",
65+
"enhancement": ":rocket: Enhancement",
66+
"bug": ":bug: Bug Fix",
67+
"documentation": ":memo: Documentation",
68+
"internal": ":house: Internal"
69+
}
70+
},
5971
"ember-addon": {
6072
"configPath": "tests/dummy/config",
6173
"after": "ember-cli-htmlbars"

0 commit comments

Comments
 (0)