37 lines
973 B
JSON
37 lines
973 B
JSON
{
|
|
"version": "7.3.4",
|
|
"changelog": {
|
|
"repo": "babel/babel",
|
|
"cacheDir": ".changelog",
|
|
"labels": {
|
|
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
|
|
"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"
|
|
}
|
|
},
|
|
"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)).json"
|
|
]
|
|
}
|
|
},
|
|
"packages": [
|
|
"codemods/*",
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"npmClientArgs": [
|
|
"--no-lockfile"
|
|
]
|
|
}
|