зеркало из https://github.com/microsoft/fast.git
update: beachball config (#5228)
* updade beachball config * clean beachball config file * add grouping * change in sites * test beacball config * remove docs from ignorePatterns Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
This commit is contained in:
Родитель
5646a82ad9
Коммит
99bcb92e11
|
@ -1,2 +1,15 @@
|
|||
require("./build/releasing/ts-node-register");
|
||||
module.exports = require("./build/releasing/index");
|
||||
module.exports = {
|
||||
disallowedChangeTypes: ["major"],
|
||||
ignorePatterns: [
|
||||
".ignore",
|
||||
".github/",
|
||||
".prettierrc",
|
||||
".vscode/",
|
||||
"jest..js",
|
||||
"src/e2e/",
|
||||
"src/tests/",
|
||||
"src/fixtures/**",
|
||||
// This one is especially important (otherwise dependabot would be blocked by change file requirements)
|
||||
"yarn.lock",
|
||||
],
|
||||
};
|
||||
|
|
|
@ -5,5 +5,4 @@ import val from "@skatejs/val";
|
|||
* Define the wrapped createElement function - this should be imported and
|
||||
* declared as the JSX pragma wherever Web Components are rendered by React
|
||||
*/
|
||||
|
||||
export default val(createElement);
|
||||
|
|
Загрузка…
Ссылка в новой задаче