* 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:
Ibrahim Maga 2021-09-29 19:28:48 -07:00 коммит произвёл GitHub
Родитель 5646a82ad9
Коммит 99bcb92e11
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 15 добавлений и 3 удалений

Просмотреть файл

@ -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);