1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/lerna.json
2018-05-09 12:24:12 -07:00

22 lines
502 B
JSON

{
"lerna": "2.4.0",
"packages": [
"meta/*",
"modules/*",
"tools/*"
],
"changelog": {
"repo": "primer/primer",
"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"
},
"version": "independent"
}