babel/lerna.json
Nicolò Ribaudo b9cb4af953
v7.6.2
2019-09-23 23:14:37 +02:00

38 lines
1.0 KiB
JSON

{
"version": "7.6.2",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal",
"PR: Performance :running_woman:": ":running_woman: Performance"
}
},
"command": {
"publish": {
"ignoreChanges": [
"*.md",
"*.txt",
"test/**",
"codemods/**",
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(built-in-modules|built-ins|plugins|package)).json"
]
}
},
"packages": [
"codemods/*",
"packages/*"
],
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
]
}