Skip to content

Commit

Permalink
migrate to using lerna-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-worley committed May 26, 2019
1 parent 3b7136d commit dac41e3
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 42 deletions.
23 changes: 0 additions & 23 deletions config/changelog.js

This file was deleted.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
"test:all": "ember try:each",
"changelog": "lerna-changelog"
},
"dependencies": {
"@html-next/vertical-collection": "^1.0.0-beta.13",
Expand Down Expand Up @@ -79,6 +80,7 @@
"eslint-plugin-ember-suave": "^2.0.0-beta.1",
"eslint-plugin-node": "^9.0.1",
"faker": "^4.1.0",
"lerna-changelog": "^0.8.2",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0",
"yuidoc-ember-theme": "^2.0.1"
Expand All @@ -95,5 +97,14 @@
"versionCompatibility": {
"ember": ">=2.18.0 <4.0.0"
}
},
"changelog": {
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": "Features",
"bug": "Bug Fixes",
"documentation": "Documentation",
"internal": "Internal"
}
}
}
Loading

0 comments on commit dac41e3

Please sign in to comment.