diff --git a/maintainers/build-release-notes.py b/maintainers/build-release-notes.py index 2813e4744..fe8125e7d 100644 --- a/maintainers/build-release-notes.py +++ b/maintainers/build-release-notes.py @@ -131,7 +131,7 @@ def run_on_dir(author_info: AuthorInfoDB, d): d = pathlib.Path(d) if not d.is_dir(): raise ValueError(f'provided path {d} is not a directory') - paths = pathlib.Path(d).glob('*.md') + paths = pathlib.Path(d).glob('[!.]*.md') entries = defaultdict(list) for p in paths: try: