Commit 45c73be
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)1 parent 7b9fd87 commit 45c73be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
| 804 | + | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| |||
0 commit comments