Skip to content

Commit fbc45f0

Browse files
committed
Add Changes.md to interesting files
As per @oalder's suggestion in metacpan/metacpan-web#2043
1 parent 4540732 commit fbc45f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/MetaCPAN/Model/Release.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ my ($changes_match) = map qr/^(?:$_)$/, join '|',
294294
. join( '|', map "$_/", @exclude_dirs )
295295
. ").*/)?(?:"
296296
. join(
297-
'|', map quotemeta, map +( "$_.pm", "$_.pod" ), @changes_files
297+
'|', map quotemeta, map +( "$_.pm", "$_.pod", "$_.md" ), @changes_files
298298
)
299299
. ')'
300300
);

lib/MetaCPAN/Query/File.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ sub interesting_files {
8282
Changelog
8383
CHANGES
8484
Changes
85+
Changes.md
8586
CONTRIBUTING
8687
CONTRIBUTING.md
8788
Contributing

0 commit comments

Comments
 (0)