Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release_managers_guide: clean up github issue regex
- change $2 to $1 in the replacement part; $2 no longer exists after commit febfc89 - 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 `$`) (cherry picked from commit d526cc3)
- Loading branch information