From ee2b676378ba9522845c780159ccf98827675ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Hano=C4=9Flu?= Date: Fri, 8 Nov 2024 10:33:14 +0300 Subject: [PATCH] chore: Updated lerna config --- lerna.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index cb65e5a..8d74bf7 100644 --- a/lerna.json +++ b/lerna.json @@ -8,6 +8,8 @@ "noGitTagVersion": true, "noPrivate": true, "ignoreChanges": [ + "*.md", + "*.json", "docs/**", "test/**", "build/**" @@ -17,17 +19,5 @@ "publish": { "contents": "build" } - }, - "changelogPreset": { - "types": [ - {"type": "feat", "section": "Features"}, - {"type": "fix", "section": "Bug Fixes"}, - {"type": "chore", "hidden": true}, - {"type": "docs", "hidden": true}, - {"type": "style", "hidden": true}, - {"type": "refactor", "section": "Features"}, - {"type": "perf", "hidden": true}, - {"type": "test", "hidden": true} - ] } }