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/**" + ] }