Skip to content

Commit

Permalink
chore: use lerna-changelog for CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 9, 2018
1 parent d00a935 commit 06612a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"lerna": "2.0.0",
"changelog": {
"labels": {
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix"
},
"repo": "umijs/umi",
"cacheDir": ".changelog"
},
"packages": [
"packages/*"
],
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"private": true,
"scripts": {
"build": "node scripts/build.js",
"changelog": "lerna-changelog",
"test": "./packages/umi-test/bin/umi-test.js",
"lint": "eslint --ext .js packages",
"precommit": "lint-staged",
Expand Down Expand Up @@ -30,6 +31,7 @@
"expect": "^1.20.2",
"husky": "^0.14.3",
"lerna": "^2.0.0",
"lerna-changelog": "^0.7.0",
"lint-staged": "^4.0.4",
"prettier": "^1.8.1",
"rimraf": "^2.6.2",
Expand Down

0 comments on commit 06612a0

Please sign in to comment.