You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
7
8
8
## [Unreleased]
9
9
10
+
## [v5.10.0] - 2026-05-18
11
+
12
+
### Added
13
+
- Expanded the `validation` to also validate __negated__ export-ignore directives. Closes [#70](https://github.com/raphaelstolt/lean-package-validator/issues/70).
Run the lean package validator CLI within or against a project/micro-package
75
75
directory, and it will validate the [export-ignore](https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Exporting-Your-Repository) entries present in
76
-
a `.gitattributes` file against a set of common repository artefacts. If no
77
-
`.gitattributes` file is present it will suggest creating one.
76
+
a `.gitattributes` file against a set of common repository artefacts.
77
+
78
+
It can handle __"normal"__ export-ignore directives as well as __negated__ export-ignore directives.
79
+
80
+
If no `.gitattributes` file is present it will suggest creating one.
0 commit comments