Skip to content
Unverified Commit 147129da authored by GiGaGon's avatar GiGaGon Committed by GitHub
Browse files

Fix regexes in releases.py (#4753)

When making these previously I forgot to add the multiline flag that makes them work.

I prefer using (?m) instead of re.Multiline for flags, since when reading a regex it's a lot more obvious, being placed at the begining instead of the end.
parent 93638880
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment