Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d526cc358bb75a701aff74f200d4de746623839f https://github.com/Perl/perl5/commit/d526cc358bb75a701aff74f200d4de746623839f Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-09-01 (Sun, 01 Sep 2024)
Changed paths: M Porting/release_managers_guide.pod Log Message: ----------- release_managers_guide: clean up github issue regex - change $2 to $1 in the replacement part; $2 no longer exists after commit febfc89899d013 - only search for "gh" or "github" at word boundaries; don't replace "gh" in e.g. "high #5" - change `BEGIN{undef $/};` to the `-g` command-line option - remove useless /m flag on the regex (we're not using `^` or `$`) To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications