You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 `$`)
0 commit comments