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.
Loading
Please register or sign in to comment