Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

Porting/sync-with-cpan - don't die if the Changes entry detection fails. #22102

Open demerphq opened 1 month ago

demerphq commented 1 month ago

We use a heuristic to detect Changes file entries to automate producing the correct commit message when we update a distribution. If the Changes file format changes in various the heuristics might break. We don't want to break the upgrade process for this. We should just fallback to the old manual commit message process instead.