Use a yarn plugin to manage releases (#12138)

This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:43:53 +02:00
committed by GitHub
parent 91a7a64b4b
commit 02975b9ae1
13 changed files with 130 additions and 3533 deletions

View File

@@ -14,28 +14,5 @@
"PR: Performance :running_woman:": ":running_woman: Performance",
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert"
}
},
"command": {
"publish": {
"ignoreChanges": [
"*.md",
"*.txt",
"test/**",
"**/test/**",
"codemods/**",
"# We ignore every JSON file, except for native-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(native-modules|built-ins|plugins|package)).json"
]
},
"version": {
"push": false
}
},
"packages": [
"codemods/*",
"eslint/*",
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true
}
}