From ed6713eee878eab0cd91ef3e54f3997d7a59f3cc Mon Sep 17 00:00:00 2001 From: Valeri Buchinski Date: Fri, 23 Feb 2024 10:28:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20to=20release=203.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- lerna.json | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db4e1fb..04aa85b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG -## [next] +## [3.2.2] +* [examples] Run some linting on examples; * [placeholder-plain] Fix ability to add a placeholder to a file that contains the "trailer" keyword in plain text. ## [3.2.1] diff --git a/lerna.json b/lerna.json index 60f82c4a..bb184d45 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,11 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "version": "3.2.2", - "npmClient": "yarn" + "npmClient": "yarn", + "ignoreChanges": [ + "*.md", + "**/*.md", + "**/CHANGELOG.md", + "**/node_modules/**" + ] }