2017-06-05 01:52:52 +03:00
|
|
|
{
|
2017-10-12 01:51:51 +03:00
|
|
|
"lerna": "2.4.0",
|
2018-11-08 20:23:36 +03:00
|
|
|
"version": "independent",
|
2017-06-05 01:52:52 +03:00
|
|
|
"packages": [
|
2018-12-04 00:54:10 +03:00
|
|
|
"docs",
|
2017-10-09 21:53:39 +03:00
|
|
|
"modules/*",
|
2018-11-14 02:48:27 +03:00
|
|
|
"tools/*"
|
2017-06-05 01:52:52 +03:00
|
|
|
],
|
2018-11-08 20:23:36 +03:00
|
|
|
"npmClientArgs": ["--no-package-lock"],
|
2017-11-10 03:18:48 +03:00
|
|
|
"changelog": {
|
2017-11-10 19:56:42 +03:00
|
|
|
"repo": "primer/primer",
|
2017-11-10 03:18:48 +03:00
|
|
|
"labels": {
|
|
|
|
"Tag: Breaking Change": ":boom: Breaking Change",
|
|
|
|
"Tag: Enhancement": ":rocket: Enhancement",
|
|
|
|
"Tag: Bug Fix": ":bug: Bug Fix",
|
|
|
|
"Tag: Polish": ":nail_care: Polish",
|
|
|
|
"Tag: Documentation": ":memo: Documentation",
|
|
|
|
"Tag: Internal": ":house: Internal"
|
|
|
|
},
|
|
|
|
"cacheDir": ".changelog"
|
2018-11-08 20:23:36 +03:00
|
|
|
}
|
2017-06-05 01:52:52 +03:00
|
|
|
}
|