Skip to content

Commit e1268cd

Browse files
committed
Remove conventional-changelog
This addon had two approaches in place to manage the changelog, conventional-changelog and release-it-lerna-changelog. This commit consolidates this into one: release-it-lerna-changelog, as already documented in RELEASE.md.
1 parent 9b8cdcc commit e1268cd

File tree

2 files changed

+14
-584
lines changed

2 files changed

+14
-584
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"start": "ember serve",
2727
"test": "npm-run-all lint test:*",
2828
"test:ember": "ember test",
29-
"test:ember-compatibility": "ember try:each",
30-
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
31-
"version": "yarn run update-changelog && git add CHANGELOG.md"
29+
"test:ember-compatibility": "ember try:each"
3230
},
3331
"dependencies": {
3432
"broccoli-funnel": "^3.0.3",
@@ -46,8 +44,6 @@
4644
"@glimmer/tracking": "^1.0.4",
4745
"babel-eslint": "^10.1.0",
4846
"broccoli-asset-rev": "^3.0.0",
49-
"conventional-changelog": "^1.1.4",
50-
"conventional-changelog-cli": "^1.3.2",
5147
"ember-auto-import": "^1.12.0",
5248
"ember-cli": "~3.28.6",
5349
"ember-cli-dependency-checker": "^3.2.0",

0 commit comments

Comments
 (0)