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
fix(tool): Optimize changelog reading and list regex
Moves the regular expression for checking blank lines in lists to a static final field in `VersionCheckCommand` so that it is compiled only once instead of on every execution of `_findBlankLineInList`.
Additionally, the `CHANGELOG.md` is now read entirely into a string first. This unified content is then used for both line-by-line version extraction and the subsequent regex-based formatting check.
Signed-off-by: Lorenzo Croce <[email protected]>
0 commit comments