Skip to content

Commit

Permalink
feat(changelog): use lerna (#1819)
Browse files Browse the repository at this point in the history
Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
evenstensberg and jamesgeorge007 authored Sep 22, 2020
1 parent 242d2ec commit 111198b
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 166 deletions.
93 changes: 0 additions & 93 deletions build/changelog-generator/index.js

This file was deleted.

28 changes: 0 additions & 28 deletions build/changelog-generator/templates/commit.hbs

This file was deleted.

13 changes: 0 additions & 13 deletions build/changelog-generator/templates/header.hbs

This file was deleted.

22 changes: 0 additions & 22 deletions build/changelog-generator/templates/template.hbs

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch": "tsc --build --watch",
"prepsuite": "node scripts/prepareSuite.js",
"commit": "git-cz",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"changelog": "lerna-changelog",
"lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",
"lint:eslint": "eslint --cache --ext .js --ext .ts .",
"lint": "yarn lint:eslint && yarn lint:prettier",
Expand Down Expand Up @@ -106,6 +106,7 @@
"commitlint": "^9.1.2",
"commitlint-config-cz": "^0.13.1",
"concat-stream": "^2.0.0",
"conventional-changelog-cli": "^2.1.0",
"cz-customizable": "^6.3.0",
"del-cli": "^3.0.1",
"eslint": "^6.8.0",
Expand All @@ -121,6 +122,7 @@
"jest-serializer-ansi": "^1.0.3",
"jest-watch-typeahead": "^0.5.0",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"readable-stream": "^3.6.0",
Expand All @@ -129,7 +131,6 @@
"ts-jest": "^25.5.1",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"yeoman-test": "^2.7.0",
"conventional-changelog-cli": "^2.1.0"
"yeoman-test": "^2.7.0"
}
}
Loading

0 comments on commit 111198b

Please sign in to comment.