lerna.json 506 Bytes
Newer Older
Ville Immonen's avatar
Ville Immonen committed
1
{
2
3
4
  "lerna": "2.6.0",
  "npmClient": "yarn",
  "useWorkspaces": true,
5
6
  "version": "independent",
  "changelog": {
7
    "repo": "facebook/create-react-app",
8
9
10
11
12
13
14
15
16
    "labels": {
      "tag: new feature": ":rocket: New Feature",
      "tag: breaking change": ":boom: Breaking Change",
      "tag: bug fix": ":bug: Bug Fix",
      "tag: enhancement": ":nail_care: Enhancement",
      "tag: documentation": ":memo: Documentation",
      "tag: internal": ":house: Internal"
    },
    "cacheDir": ".changelog"
17
  }
18
}